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:
parent
1238e65d30
commit
e1115cfe48
3 changed files with 39 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue