You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2010/10/28 17:25:22 UTC

svn commit: r1028349 - /xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java

Author: jeremias
Date: Thu Oct 28 15:25:21 2010
New Revision: 1028349

URL: http://svn.apache.org/viewvc?rev=1028349&view=rev
Log:
Added tag ID for ICC profiles.

Modified:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java?rev=1028349&r1=1028348&r2=1028349&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/image/codec/tiff/TIFFImageDecoder.java Thu Oct 28 15:25:21 2010
@@ -71,6 +71,8 @@ public class TIFFImageDecoder extends Im
     public static final int TIFF_S_MIN_SAMPLE_VALUE         = 340;
     public static final int TIFF_S_MAX_SAMPLE_VALUE         = 341;
 
+    public static final int TIFF_ICC_PROFILE                = 34675;
+
     public TIFFImageDecoder(SeekableStream input,
                             ImageDecodeParam param) {
         super(input, param);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org