public interface Image
getOutputFormat()
and the output format options (see
getOptions()
).Modifier and Type | Method and Description |
---|---|
BufferedInputStream |
getInputData()
Returns a new
BufferedInputStream on the image. |
String[] |
getOptions()
Returns the options specified in ".images.list" file.
|
String |
getOutputFormat()
Returns the format specified in ".images.list" file.
|
BufferedInputStream getInputData()
BufferedInputStream
on the image.
First bytes can be read even if caller (implementation of
ImageConverter
is not able to decode the image (often the first image
bytes must be read to know if the loader is able to decode the image).
BufferedInputStream
on the image.String[] getOptions()
Returns an empty array when no option is specified.
String getOutputFormat()
Returns an empty string when the format is not specified.