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

LibPDF: Implement CalGrayColorSpace

I haven't seen this being used in the wild, but it's used in
Tests/LibPDF/colorspaces.pdf.
This commit is contained in:
Nico Weber 2023-11-02 08:49:34 -04:00 committed by Tim Flynn
parent a207ab709a
commit 4a5136fc8c
3 changed files with 93 additions and 0 deletions

View file

@ -27,6 +27,7 @@
X(CCITTFaxDecode) \
X(CF) \
X(CFM) \
X(CalGray) \
X(CalRGB) \
X(CIDFontType0) \
X(CIDFontType2) \