< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFBaseJPEGCompressor.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, 2017, 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
*** 72,88 **** // ImageWriteParam passed in. private ImageWriteParam param = null; /** * ImageWriteParam for JPEG writer. ! * May be initialized by {@link #initJPEGWriter()}. */ protected JPEGImageWriteParam JPEGParam = null; /** * The JPEG writer. ! * May be initialized by {@link #initJPEGWriter()}. */ protected ImageWriter JPEGWriter = null; /** * Whether to write abbreviated JPEG streams (default == false). --- 72,88 ---- // ImageWriteParam passed in. private ImageWriteParam param = null; /** * ImageWriteParam for JPEG writer. ! * May be initialized by {@link #initJPEGWriter}. */ protected JPEGImageWriteParam JPEGParam = null; /** * The JPEG writer. ! * May be initialized by {@link #initJPEGWriter}. */ protected ImageWriter JPEGWriter = null; /** * Whether to write abbreviated JPEG streams (default == false).
*** 93,103 **** /** * Stream metadata equivalent to a tables-only stream such as in * the {@code JPEGTables}. Default value is {@code null}. * This should be set by any subclass which sets ! * {@link writeAbbreviatedStream} to {@code true}. */ protected IIOMetadata JPEGStreamMetadata = null; // A pruned image metadata object containing only essential nodes. private IIOMetadata JPEGImageMetadata = null; --- 93,103 ---- /** * Stream metadata equivalent to a tables-only stream such as in * the {@code JPEGTables}. Default value is {@code null}. * This should be set by any subclass which sets ! * {@link #writeAbbreviatedStream} to {@code true}. */ protected IIOMetadata JPEGStreamMetadata = null; // A pruned image metadata object containing only essential nodes. private IIOMetadata JPEGImageMetadata = null;
< prev index next >