You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Piyush Kapoor (Created) (JIRA)" <ji...@apache.org> on 2012/04/20 07:31:37 UTC

[jira] [Created] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight bothe are absent

Tiffreader fails if rows per strip and imageheight bothe are absent 
--------------------------------------------------------------------

                 Key: SANSELAN-74
                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
             Project: Commons Sanselan
          Issue Type: Bug
            Reporter: Piyush Kapoor
            Priority: Minor


If rowsperstrip is not present in Tiff files , we take imageHeigth value as rows per strip value. Currently is imageheight is not present then Np occurs ,
Added some checks to safely run the process .

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

        

[jira] [Updated] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Piyush Kapoor (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Kapoor updated SANSELAN-74:
----------------------------------

    Attachment: Tiffreader.patch
    
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Updated] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Piyush Kapoor (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Kapoor updated SANSELAN-74:
----------------------------------

    Description: 
If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
Added some checks to safely run the process .

  was:
If rowsperstrip is not present in Tiff files , we take imageHeigth value as rows per strip value. Currently is imageheight is not present then Np occurs ,
Added some checks to safely run the process .

        Summary: Tiffreader fails if rows per strip and imageheight both are absent   (was: Tiffreader fails if rows per strip and imageheight bothe are absent )
    
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Resolved] (IMAGING-34) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Damjan Jovanovic (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IMAGING-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damjan Jovanovic resolved IMAGING-34.
-------------------------------------

    Resolution: Later

No response, probably not a problem, but deferring to after the 1.0 release anyway.
                
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: IMAGING-34
>                 URL: https://issues.apache.org/jira/browse/IMAGING-34
>             Project: Commons Imaging
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch, Tiffreader.patch, Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Commented] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Damjan Jovanovic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263500#comment-13263500 ] 

Damjan Jovanovic commented on SANSELAN-74:
------------------------------------------

If the bad image is just a thumbnail, you can disable reading thumbnails by setting PARAM_KEY_READ_THUMBNAILS to false in the parameter map you pass in (it's true by default). If not, why is it being read when it has 0 rows?

Do you have a file with this problem you can attach?

                
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch, Tiffreader.patch, Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Commented] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Damjan Jovanovic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258809#comment-13258809 ] 

Damjan Jovanovic commented on SANSELAN-74:
------------------------------------------

Please select "Grant licence to ASF..." when attaching the patch, otherwise we can't use it.
                
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Updated] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Piyush Kapoor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Kapoor updated SANSELAN-74:
----------------------------------

    Attachment: Tiffreader.patch

Granting license to ASF . 
                
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch, Tiffreader.patch, Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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

        

[jira] [Updated] (SANSELAN-74) Tiffreader fails if rows per strip and imageheight both are absent

Posted by "Piyush Kapoor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANSELAN-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piyush Kapoor updated SANSELAN-74:
----------------------------------

    Attachment: Tiffreader.patch
    
> Tiffreader fails if rows per strip and imageheight both are absent 
> -------------------------------------------------------------------
>
>                 Key: SANSELAN-74
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-74
>             Project: Commons Sanselan
>          Issue Type: Bug
>            Reporter: Piyush Kapoor
>            Priority: Minor
>         Attachments: Tiffreader.patch, Tiffreader.patch
>
>
> If rowsperstrip is not present in Tiff files , we take imageHeight value as rows per strip value. Currently if imageheight is not present then Np occurs ,
> Added some checks to safely run the process .

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