mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Update acc. to spec PDF 2.0, chapter 7, color space of JPX image, minor parser update
This commit is contained in:
@ -531,11 +531,10 @@ private:
|
||||
|
||||
class PDFICCBasedColorSpace : public PDFAbstractColorSpace
|
||||
{
|
||||
private:
|
||||
public:
|
||||
static constexpr const size_t MAX_COLOR_COMPONENTS = 4;
|
||||
using Ranges = std::array<PDFColorComponent, MAX_COLOR_COMPONENTS * 2>;
|
||||
|
||||
public:
|
||||
explicit PDFICCBasedColorSpace(PDFColorSpacePointer alternateColorSpace, Ranges range, QByteArray iccProfileData);
|
||||
virtual ~PDFICCBasedColorSpace() = default;
|
||||
|
||||
|
Reference in New Issue
Block a user