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
commit e1115cfe48
Notes: sideshowbarker 2024-07-17 16:25:09 +09:00
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) \