1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

LibPDF: Add basic ICCBased color space handling

This commit is contained in:
Matthew Olsson 2022-03-24 10:08:43 -07:00 committed by Andreas Kling
parent 1238e65d30
commit e1115cfe48
3 changed files with 39 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#define ENUMERATE_COMMON_NAMES(A) \
A(AIS) \
A(Alternate) \
A(ASCII85Decode) \
A(ASCIIHexDecode) \
A(BG) \
@ -63,6 +64,7 @@
A(H) \
A(HT) \
A(HTO) \
A(ICCBased) \
A(ID) \
A(JBIG2Decode) \
A(JPXDecode) \