Lines Matching refs:image
33 import java.awt.image.BufferedImage;
34 import java.awt.image.RenderedImage;
248 * the MIME type such as "image/jpeg".
277 * able to encode the specified image format.
280 * the image format name such as "jpeg".
316 * the MIME type such as "image/jpeg".
391 * Reads image data from the specified File and decodes it using the
411 * Reads image data from the specified InputStream and decodes it using an
431 * Reads image data from the specified URL and decodes it using the
453 * Reads image data from the specified ImageInputStream and decodes it using
488 * Writes the specified image in the specified format (using an appropriate
496 * the ImageOutputStream where Image to be written.
497 * @return true, if Image is written successfully, false otherwise.
505 throw new IllegalArgumentException("image cannot be NULL");
528 * Writes the specified image in the specified format (using an appropriate
536 * the output File where Image to be written.
537 * @return true, if Image is written successfully, false otherwise.
559 * Writes the specified image in the specified format (using an appropriate
567 * the OutputStream where Image is to be written.
568 * @return true, if Image is written successfully, false otherwise.
720 * @return the image writer.
772 * @return the image reader.