Skip to content

Commit

Permalink
docs: correct usage docs for BitsPerSample
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 26, 2023
1 parent e9c8714 commit 14d8ab5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/const/tiff.tag.id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,10 @@ export enum TiffTag {
/**
* Number of bits per channel
*
* if only one band is present it is a number not a number[]
*
* @example
* ```typescript
* [8,8,8] // 8 bit RGB
* 16 // 16bit
* [16] // 16bit
* ```
*/
BitsPerSample = 258,
Expand Down

0 comments on commit 14d8ab5

Please sign in to comment.