Searched refs:APP2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEG.java134 public static final int APP2 = 0xE2; field in class:JPEG
H A DJFIFMarkerSegment.java67 * ICC Profile APP2 marker segments. Any of these secondary types
183 * Adds an ICC Profile APP2 segment from the stream wrapped
190 ("> 1 ICC APP2 Marker Segment not supported");
206 * Add an ICC Profile APP2 segment by constructing it from
212 ("> 1 ICC APP2 Marker Segment not supported");
300 ("> 1 ICC APP2 Marker Segment not supported", node);
603 * writes out the profile after the JFIF segment using as many APP2
1332 * the necessary number of APP2 segments, per the ICC spec.
1356 ios.write(JPEG.APP2);
1369 * An APP2 marke
[all...]
H A DJPEGMetadata.java256 case JPEG.APP2:
257 // Either an ICC profile or unknown APP2
282 ("ICC APP2 encountered without prior JFIF!");

Completed in 39 milliseconds