pdfmm 0.9.20
mm::PdfImage Member List

This is the complete list of members for mm::PdfImage, including all inherited members.

GetHeight() constmm::PdfImage
GetIdentifier() constmm::PdfXObjectinline
GetImageColorSpace()mm::PdfImage
GetObject()mm::PdfElementinline
GetObject() constmm::PdfElementinline
GetWidth() constmm::PdfImage
LoadFromData(const unsigned char *data, size_t len)mm::PdfImage
LoadFromFile(const std::string_view &filename)mm::PdfImage
PdfElement(PdfObject &obj, PdfDataType expectedDataType)mm::PdfElementprotected
PdfImage(PdfDocument &doc, const std::string_view &prefix={ })mm::PdfImage
SetImageChromaKeyMask(int64_t r, int64_t g, int64_t b, int64_t threshold=0)mm::PdfImage
SetImageColorSpace(PdfColorSpace colorSpace, const PdfArray *indexedData=nullptr)mm::PdfImage
SetImageData(PdfInputStream &stream, unsigned width, unsigned height, unsigned bitsPerComponent)mm::PdfImage
SetImageData(PdfInputStream &stream, unsigned width, unsigned height, unsigned bitsPerComponent, PdfFilterList &filters)mm::PdfImage
SetImageDataRaw(PdfInputStream &stream, unsigned width, unsigned height, unsigned bitsPerComponent)mm::PdfImage
SetImageICCProfile(PdfInputStream &stream, unsigned colorComponents, PdfColorSpace alternateColorSpace=PdfColorSpace::DeviceRGB)mm::PdfImage
SetImageSoftmask(const PdfImage &softmask)mm::PdfImage
SetInterpolate(bool value)mm::PdfImage