true if the given image and encoder param object are suitable for encoding by this ImageCodec. For example, some codecs may only deal with images with a certain number of bands; an attempt to encode an image with an unsupported number of bands will fail.
@param im a RenderedImage whose ability to be encoded is to bedetermined.
@param param a suitable ImageEncodeParam object,or null.
| |
| |
| |
| |