mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibGfx/TIFF: Accept the PixarDeflate compression tag
I would have liked to avoid adding a deprecated tag but this is the one currently in use in Krita.
This commit is contained in:
parent
3afbf66295
commit
284e785053
Notes:
sideshowbarker
2024-07-17 01:12:07 +09:00
Author: https://github.com/LucasChollet
Commit: 284e785053
Pull-request: https://github.com/SerenityOS/serenity/pull/22844
Reviewed-by: https://github.com/gmta
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,7 @@ class Compression(EnumWithExportName):
|
|||
JPEG = 6
|
||||
AdobeDeflate = 8
|
||||
PackBits = 32773
|
||||
PixarDeflate = 32946 # This is the old (and deprecated) code for AdobeDeflate
|
||||
|
||||
|
||||
class PhotometricInterpretation(EnumWithExportName):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue