mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add isPalette and bitsPerSample metadata, deprecate paletteBitDepth
This commit is contained in:
@@ -878,6 +878,8 @@ describe('Image metadata', function () {
|
||||
channels: 3,
|
||||
depth: 'uchar',
|
||||
isProgressive: false,
|
||||
isPalette: false,
|
||||
bitsPerSample: 8,
|
||||
pages: 1,
|
||||
pagePrimary: 0,
|
||||
compression: 'av1',
|
||||
|
||||
Reference in New Issue
Block a user