Lines Matching defs:image

30 import java.awt.image.ColorModel;
31 import java.awt.image.ComponentSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferByte;
34 import java.awt.image.DataBufferInt;
35 import java.awt.image.DataBufferShort;
36 import java.awt.image.DataBufferUShort;
37 import java.awt.image.DirectColorModel;
38 import java.awt.image.IndexColorModel;
39 import java.awt.image.MultiPixelPackedSampleModel;
40 import java.awt.image.BandedSampleModel;
41 import java.awt.image.Raster;
42 import java.awt.image.RenderedImage;
43 import java.awt.image.SampleModel;
44 import java.awt.image.SinglePixelPackedSampleModel;
45 import java.awt.image.WritableRaster;
46 import java.awt.image.BufferedImage;
154 IIOImage image,
161 if (image == null) {
180 boolean writeRaster = image.hasRaster();
188 inputRaster = image.getRaster();
196 input = image.getRenderedImage();
207 IIOMetadata imageMetadata = image.getMetadata();
283 // if image have different color order than RGB.
306 // Number of bytes that a scanline for the image written out will have.
341 // writePixels() will be used to store image data
359 /* NB: canEncodeImage() ensures we have image of
372 // an exception related to unsupported image format
413 // Cannot be written as a Palette image. So write out as
414 // 24 bit image.
480 // actual writing of image data
509 /* According to MSDN description, the top-down image layout
562 // Writing of actual image data
579 writeEmbedded(image, bmpParam);
580 // update the file/image Size
743 // update the file/image Size
928 // 1. we are writing the indexed image with bitfields
931 // 2. we are writing the gray-scaled image with BI_BITFIELDS
1299 // offset to image data
1339 private void writeEmbedded(IIOImage image,
1349 throw new RuntimeException("No stream for writing embedded image!");
1374 writer.write(null, image, param);
1414 * Returns preferred compression type for given image.
1415 * The default compression type is BI_RGB, but some image types can't be
1420 * NB: we probably need to extend this method if we encounter other image
1436 * Check whether we can encode image of given type using compression method in question.
1484 * 16bpp color masks: A 5-5-5 16-bit image, where the blue
1486 * is 0x7C00; and a 5-6-5 16-bit image, where the blue mask