< prev index next >

src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 890,902 **** * Constant specifying the "TransferRange" tag. */ public static final int TAG_TRANSFER_RANGE = 342; /** ! * Constant specifying the "JPEGTables" tag. ! * ! * @see <a href="ftp://ftp.sgi.com/graphics/tiff/TTN2.draft.txt">JPEG-in-TIFF compression</a> */ public static final int TAG_JPEG_TABLES = 347; /** * Constant specifying the "JPEGProc" tag. --- 890,901 ---- * Constant specifying the "TransferRange" tag. */ public static final int TAG_TRANSFER_RANGE = 342; /** ! * Constant specifying the "JPEGTables" tag for ! * "New style" JPEG-in-TIFF compression. */ public static final int TAG_JPEG_TABLES = 347; /** * Constant specifying the "JPEGProc" tag.
< prev index next >