[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2020-10-07 Thread Gary Lucas (Jira)


 [ 
https://issues.apache.org/jira/browse/IMAGING-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Lucas updated IMAGING-201:
---
Attachment: Imaging201_CustomPhotometricInterpreter.jpg

> 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-alpha1
>Reporter: Praful Vaishnav
>Priority: Major
> Attachments: Imaging201_CustomPhotometricInterpreter.jpg, 
> SS_result.png, SS_source.png
>
>
> 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 :
> {code:java}
> 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);
> {code}
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Link for source tiff file - 
> https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-08-06 Thread Bruno P. Kinoshita (JIRA)

 [ 
https://issues.apache.org/jira/browse/IMAGING-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita 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 :

{code:java}
   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);
{code}

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Link for source tiff file - 
https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file

  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);

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Link for source tiff file - 
https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file


> 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
> Attachments: SS_result.png, SS_source.png
>
>
> 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 :
> {code:java}
>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);
> {code}
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Link for source tiff file - 
> https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-08-06 Thread Bruno P. Kinoshita (JIRA)

 [ 
https://issues.apache.org/jira/browse/IMAGING-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita 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 :

{code:java}
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);
{code}

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Link for source tiff file - 
https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file

  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 :

{code:java}
   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);
{code}

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Link for source tiff file - 
https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file


> 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
> Attachments: SS_result.png, SS_source.png
>
>
> 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 :
> {code:java}
> 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);
> {code}
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Link for source tiff file - 
> https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-03-07 Thread Praful Vaishnav (JIRA)

 [ 
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);

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Link for source tiff file - 
https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file

  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);

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file


> 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
> Attachments: SS_result.png, SS_source.png
>
>
> 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);
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Link for source tiff file - 
> https://www.dropbox.com/s/kgqgdcygelkor8b/original.tiff?dl=0
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-03-07 Thread Praful Vaishnav (JIRA)

 [ 
https://issues.apache.org/jira/browse/IMAGING-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Praful Vaishnav updated IMAGING-201:

Attachment: SS_result.png
SS_source.png

> 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
> Attachments: SS_result.png, SS_source.png
>
>
> 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);
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-03-07 Thread Praful Vaishnav (JIRA)

 [ 
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);

Reason could be :
original image is 32 bit depth and result image is 24 bit depth. Is there any 
issue with 32 bit depth image file.

Attachements:

SS_source.png - Screenshot of original tiff file
SS_result.png - Screenshot of result png file

  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);
> Reason could be :
> original image is 32 bit depth and result image is 24 bit depth. Is there any 
> issue with 32 bit depth image file.
> Attachements:
> SS_source.png - Screenshot of original tiff file
> SS_result.png - Screenshot of result png file



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IMAGING-201) Significant change in color of output image of tiff file

2017-03-07 Thread Praful Vaishnav (JIRA)

 [ 
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)