mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Color spaces and images - bugfixing, compliance to PDF 2.0 specification
This commit is contained in:
@ -500,7 +500,11 @@ void PDFPageContentProcessor::processContent(const QByteArray& content)
|
||||
{ "H", "Height" },
|
||||
{ "IM", "ImageMask" },
|
||||
{ "I", "Interpolate" },
|
||||
{ "W", "Width" }
|
||||
{ "W", "Width" },
|
||||
{ "L", "Length" },
|
||||
{ "G", "DeviceGray" },
|
||||
{ "RGB", "DeviceRGB" },
|
||||
{ "CMYK", "DeviceCMYK" }
|
||||
};
|
||||
|
||||
std::shared_ptr<PDFDictionary> dictionarySharedPointer = std::make_shared<PDFDictionary>();
|
||||
|
Reference in New Issue
Block a user