|
pdfmm 0.9.20
|
This is the complete list of members for mm::PdfImage, including all inherited members.
| GetHeight() const | mm::PdfImage | |
| GetIdentifier() const | mm::PdfXObject | inline |
| GetImageColorSpace() | mm::PdfImage | |
| GetObject() | mm::PdfElement | inline |
| GetObject() const | mm::PdfElement | inline |
| GetWidth() const | mm::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::PdfElement | protected |
| 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 |