Interface ImageFilterInterface
- All Superinterfaces:
CustomDecodeFilter,CustomFilter
This interface is written mainly for JPXDecode filter scenario where image information is embedded inside encoded image
stream itself. We need to return this information to PDFXObjectImage object which will be set in it's dictionary.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThis class acts as a container for image bit depth and number of color components. -
Method Summary
Modifier and TypeMethodDescriptiongetImageInfo(InputStream input) returns image information (bit depth and number of color components).Methods inherited from interface com.adobe.internal.pdftoolkit.core.filter.spi.CustomDecodeFilter
decodeMethods inherited from interface com.adobe.internal.pdftoolkit.core.filter.spi.CustomFilter
getName
-
Method Details
-
getImageInfo
returns image information (bit depth and number of color components).- Parameters:
input-- Returns:
- ImageInfo
- Throws:
IOException
-