You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "VVD (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/04/09 21:37:19 UTC

[jira] [Issue Comment Edited] (SANSELAN-72) Incorrect reading TIFF file

    [ https://issues.apache.org/jira/browse/SANSELAN-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250099#comment-13250099 ] 

VVD edited comment on SANSELAN-72 at 4/9/12 7:35 PM:
-----------------------------------------------------

Files from description of this issue.
                
      was (Author: vvd):
    Files from descrition.
                  
> Incorrect reading TIFF file
> ---------------------------
>
>                 Key: SANSELAN-72
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-72
>             Project: Commons Sanselan
>          Issue Type: Bug
>          Components: Format: PNG, Format: TIFF
>    Affects Versions: 1.x
>            Reporter: VVD
>         Attachments: in.png, in.tif, out-png-IM.png, out-tif.png
>
>
> I found 2 bugs.
> I have tif file in.tif.
> 1. After convert it to png (bmp, tga, etc) by Sanselan it getting horizontal lines.
> {code}
> Sanselan.writeImage(Sanselan.getBufferedImage(new File("in.tif")), new File("out-tif.png"), ImageFormat.IMAGE_FORMAT_PNG, null);
> {code}
> gwenview, eog, kolourpaint, gimp, etc show in.tif without lines and out.png with lines.
> For example 1st line at ~860 points from top and in full width of picture.
> 2. After convert it to png by convert utility from ImageMagic, and then convert it to png (bmp, tga, etc) by Sanselan it became "gray" - all white pixels become gray.
> {code}$ convert in.tif in.png{code}
> {code}
> Sanselan.writeImage(Sanselan.getBufferedImage(new File("in.png")), new File("out-png-IM.png"), ImageFormat.IMAGE_FORMAT_PNG, null);
> {code}
> gwenview, eog, kolourpaint, gimp, etc show in.png as black and white, but out-png-IM.png as black and gray.
> I'll attach all 4 files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira