See: Description
Interface | Description |
---|---|
PDImage |
An image in a PDF document.
|
Class | Description |
---|---|
CCITTFactory |
Factory for creating a PDImageXObject containing a CCITT Fax compressed TIFF image.
|
JPEGFactory |
Factory for creating a PDImageXObject containing a JPEG compressed image.
|
JPEGFactory.Dimensions | |
LosslessFactory |
Factory for creating a PDImageXObject containing a lossless compressed image.
|
LosslessFactory.PredictorEncoder | |
PDImageXObject |
An Image XObject.
|
PDInlineImage |
An inline image object which uses a special syntax to express the data for a
small image directly within the content stream.
|
PNGConverter |
This factory tries to encode a PNG given as byte array into a PDImageXObject
by directly coping the image data into the PDF streams without
decoding/encoding and re-compressing the PNG data.
|
PNGConverter.Chunk |
Holds the information about a chunks
|
PNGConverter.MultipleInputStream | |
PNGConverter.PNGConverterState |
Holds all relevant chunks of the PNG
|
SampledImageReader |
Reads a sampled image from a PDF file.
|