Skip to content

Commit

Permalink
Attempt to load datasets without preamble, prefix and meta informatio…
Browse files Browse the repository at this point in the history
…n header

Attempt to render datasets with missing photometric interpretation
  • Loading branch information
PantelisGeorgiadis committed Dec 28, 2023
1 parent 79e364c commit 2e58212
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 1,010 deletions.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,10 @@ declare class DicomImage {
/**
* Gets elements encoded in a DICOM dataset buffer.
*/
getDenaturalizedDataset(): ArrayBuffer;
getDenaturalizedDataset(
writeOptions?: Record<string, unknown>,
nameMap?: Record<string, unknown>
): ArrayBuffer;

/**
* Gets the image width.
Expand Down
Loading

0 comments on commit 2e58212

Please sign in to comment.