public interface ImageTranscoder
Modifier and Type | Method and Description |
---|---|
IIOMetadata |
convertImageMetadata(IIOMetadata inData,
ImageTypeSpecifier imageType,
ImageWriteParam param)
Converts IIOMetadata from an input reader format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata |
convertStreamMetadata(IIOMetadata inData,
ImageWriteParam param)
Converts IIOMetadata from an input stream format, returning an
IIOMetadata suitable for use by an image writer.
|
IIOMetadata convertImageMetadata(IIOMetadata inData, ImageTypeSpecifier imageType, ImageWriteParam param)
inData
- the metadata coming from an image readerimageType
- the output image type of the writerparam
- the image writing parameters or nullIllegalArgumentException
- if either inData or imageType
is nullIIOMetadata convertStreamMetadata(IIOMetadata inData, ImageWriteParam param)
inData
- the metadata coming from an input image streamparam
- the image writing parameters or nullIllegalArgumentException
- if inData is null