Display of ink coverage

This commit is contained in:
Jakub Melka
2021-04-02 20:20:53 +02:00
parent 63376400da
commit 4921b61cf9
6 changed files with 141 additions and 0 deletions

View File

@ -160,6 +160,10 @@ public:
/// Returns ink coverage
PDFColorComponent getPixelInkCoverage(size_t x, size_t y) const;
/// Returns ink coverage bitmap. Bitmap consists of one color channel,
/// which consists of ink coverage.
PDFFloatBitmap getInkCoverageBitmap() const;
const PDFColorComponent* begin() const;
const PDFColorComponent* end() const;