[
https://issues.apache.org/jira/browse/IMAGING-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Praful Vaishnav updated IMAGING-201:
------------------------------------
Description:
Hii.. I am reading tiff image file and using this library to convert it to PNG
format. Resultant png file has significant change in color wrt its original
tiff file. Below is the code :
*File file = new File("C:\\original.tiff");
BufferedImage bi = Imaging.getBufferedImage(file);
File dstFile = new File("C:\\result.png");
Imaging.writeImage(bi, dstFile, ImageFormats.PNG, null);*
was:
Hii.. I am reading tiff image file and using this library to convert it to PNG
format. Resultant png file has significant change in color wrt its original
tiff file. Below is the code :
_ File file = new File("C:\\original.tiff");
BufferedImage bi = Imaging.getBufferedImage(file);
File dstFile = new File("C:\\result.png");
Imaging.writeImage(bi, dstFile, ImageFormats.PNG, null);_
> Significant change in color of output image of tiff file
> --------------------------------------------------------
>
> Key: IMAGING-201
> URL: https://issues.apache.org/jira/browse/IMAGING-201
> Project: Commons Imaging
> Issue Type: Bug
> Components: Format: TIFF
> Affects Versions: 1.0
> Reporter: Praful Vaishnav
>
> Hii.. I am reading tiff image file and using this library to convert it to
> PNG format. Resultant png file has significant change in color wrt its
> original tiff file. Below is the code :
> *File file = new File("C:\\original.tiff");
> BufferedImage bi = Imaging.getBufferedImage(file);
> File dstFile = new File("C:\\result.png");
> Imaging.writeImage(bi, dstFile, ImageFormats.PNG, null);*
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)