mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixing: Spot color conversion from DeviceN to process color space
This commit is contained in:
@ -227,6 +227,12 @@ public:
|
||||
/// \param channel Channel
|
||||
PDFFloatBitmap extractSpotChannel(uint8_t channel) const;
|
||||
|
||||
/// Copies channel from source bitmap to target channel in this bitmap
|
||||
/// \param sourceBitmap Source bitmap
|
||||
/// \param channelFrom Source channel
|
||||
/// \param channelTo Target channel
|
||||
void copyChannel(const PDFFloatBitmap& sourceBitmap, uint8_t channelFrom, uint8_t channelTo);
|
||||
|
||||
/// Resize the bitmap using given transformation mode. Fast transformation mode
|
||||
/// uses nearest neighbour mapping, smooth transformation mode uses weighted
|
||||
/// averaging algorithm.
|
||||
|
Reference in New Issue
Block a user