ladybird/Userland/Libraries/LibPDF
Julian Offenhäuser baaf42360e LibPDF: Derive alternate ICC color space from the number of components
We currently don't support ICC color spaces and fall back to a "simple"
one instead.

If no alternative is specified however, we are allowed to pick the
closest match based on the number of color components.
2022-11-19 15:42:08 +01:00
..
Fonts LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering 2022-11-19 11:04:34 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ColorSpace.cpp LibPDF: Derive alternate ICC color space from the number of components 2022-11-19 15:42:08 +01:00
ColorSpace.h
CommonNames.cpp
CommonNames.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Document.cpp LibPDF: Allow page objects to inherit the MediaBox and Resources entries 2022-10-16 17:44:54 +02:00
Document.h LibPDF: Allow page objects to inherit the MediaBox and Resources entries 2022-10-16 17:44:54 +02:00
DocumentParser.cpp LibPDF: Support parsing page tree nodes that are in object streams 2022-09-17 10:07:14 +01:00
DocumentParser.h LibPDF: Implement loading compressed objects from object streams 2022-09-17 10:07:14 +01:00
Encoding.cpp LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Encoding.h LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Encryption.cpp
Encryption.h
Error.h
Filter.cpp
Filter.h
Forward.h
Object.h LibPDF: Break inclusion cycle by removing unnecessary include 2022-09-17 04:00:54 +00:00
ObjectDerivatives.cpp
ObjectDerivatives.h LibPDF: Support parsing page tree nodes that are in object streams 2022-09-17 10:07:14 +01:00
Operator.h
Parser.cpp LibPDF: Support cascading stream filters 2022-11-19 15:42:08 +01:00
Parser.h LibPDF: Disallow parsing indirect values as operands 2022-09-17 10:07:14 +01:00
Reader.cpp LibPDF: Parse floating point numbers that omit a leading zero correctly 2022-10-16 17:44:54 +02:00
Reader.h LibPDF: Move consume and match helper functions to the Reader class 2022-09-17 10:07:14 +01:00
Reference.h
Renderer.cpp LibPDF: Add very basic support for Adobe Type 1 font rendering 2022-10-16 17:44:54 +02:00
Renderer.h LibPDF: Fix text positioning with operator TJ 2022-09-17 10:07:14 +01:00
Value.cpp
Value.h
XRefTable.h Libraries: Add missing includes, add namespace qualifiers 2022-09-18 13:27:24 -04:00