mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibPDF: Add basic ICCBased color space handling
This commit is contained in:
parent
1238e65d30
commit
e1115cfe48
Notes:
sideshowbarker
2024-07-17 16:25:09 +09:00
Author: https://github.com/mattco98
Commit: e1115cfe48
Pull-request: https://github.com/SerenityOS/serenity/pull/13326
Reviewed-by: https://github.com/alimpfard
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