~hjd/ubuntu/wily/xmlgraphics-commons/debian-merged

« back to all changes in this revision

Viewing changes to src/java/org/apache/xmlgraphics/image/writer/internal/PNGImageWriter.java

  • Committer: Hans Joachim Desserud
  • Date: 2015-11-11 18:22:53 UTC
  • mfrom: (9.1.5 sid)
  • Revision ID: hans_joachim_desserud-20151111182253-zwi0frfm97j0wddn
  * Merge from Debian unstable.  Remaining changes:
    - d/control: Drop dependencies required for unit testing as they
      include libmockito-java which would pull maven into main, disable unit
      test execution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * limitations under the License.
16
16
 */
17
17
 
18
 
/* $Id: PNGImageWriter.java 1345751 2012-06-03 19:47:56Z gadams $ */
 
18
/* $Id: PNGImageWriter.java 1400596 2012-10-21 08:49:02Z gadams $ */
19
19
 
20
20
package org.apache.xmlgraphics.image.writer.internal;
21
21
 
31
31
 * ImageWriter implementation that uses the internal PNG codec to
32
32
 * write PNG files.
33
33
 *
34
 
 * @version $Id: PNGImageWriter.java 1345751 2012-06-03 19:47:56Z gadams $
 
34
 * @version $Id: PNGImageWriter.java 1400596 2012-10-21 08:49:02Z gadams $
35
35
 */
36
36
public class PNGImageWriter extends AbstractImageWriter {
37
37