1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:08:12 +00:00
serenity/Userland/Libraries/LibPDF
Matthew Olsson 006f5498de LibPDF: Add support for the CalRGB ColorSpace
This isn't tested all that well, as the PDF I am testing with only uses
it for black (which is trivial). It can be tested further when LibPDF
is able to process more complex PDFs that actually use this color space
non-trivially.
2021-06-12 22:45:01 +04:30
..
CMakeLists.txt LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
ColorSpace.cpp LibPDF: Add support for the CalRGB ColorSpace 2021-06-12 22:45:01 +04:30
ColorSpace.h LibPDF: Add support for the CalRGB ColorSpace 2021-06-12 22:45:01 +04:30
Command.h LibPDF: Add basic color space support to the renderer 2021-05-25 00:24:09 +04:30
CommonNames.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
CommonNames.h LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
Document.cpp LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
Document.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Filter.cpp LibPDF: Pre-initialize common FlyStrings in CommonNames.h 2021-05-25 00:24:09 +04:30
Filter.h LibPDF: Add support for stream filters 2021-05-25 00:24:09 +04:30
Forward.h LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.cpp LibPDF: Store indirect value refs in Value objects 2021-05-25 00:24:09 +04:30
Object.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Parser.cpp LibPDF: Parse hint tables 2021-06-12 22:45:01 +04:30
Parser.h LibPDF: Parse hint tables 2021-06-12 22:45:01 +04:30
Reader.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
Renderer.cpp LibPDF: Add support for the CalRGB ColorSpace 2021-06-12 22:45:01 +04:30
Renderer.h LibPDF: Split ColorSpace into a different class for each color space 2021-06-12 22:45:01 +04:30
Value.cpp LibPDF: Differentiate Value's null and empty states 2021-06-12 22:45:01 +04:30
Value.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30
XRefTable.h LibPDF: Parse linearized PDF files 2021-06-12 22:45:01 +04:30