[
https://issues.apache.org/jira/browse/IMAGING-265?focusedWorklogId=498349&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-498349
]
ASF GitHub Bot logged work on IMAGING-265:
------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Oct/20 14:00
Start Date: 09/Oct/20 14:00
Worklog Time Spent: 10m
Work Description: gwlucastrig commented on pull request #98:
URL: https://github.com/apache/commons-imaging/pull/98#issuecomment-705487683
Thanks for the information on merge procedures. The better I understand
the process, the easier it will be next time.
Gary
On Thu, Oct 8, 2020 at 12:14 AM Bruno P. Kinoshita <[email protected]>
wrote:
> Merged. Here's what I did to merge @gwlucastrig
> <https://github.com/gwlucastrig>
>
> - checked out branch locally
> - added a commit with the src/changes/changes.xml entry for this issue
> - squashed commits
> - reworded commit to match the change, using the [IMAGING-265] prefix
>
> These are not a must-have, but really nice-to-have, as other components
> follow this pattern. This helps other common developers to maintain the
> code.
>
> 👍 just because you are already familiar with most of the ASF development
> process, so I thought it would be interesting to share more of what happens
> with the PR's/issues with you :-)
>
> Thanks again for the contribution!
> Bruno
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/commons-imaging/pull/98#issuecomment-705318187>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AEWJDYIMPSZMCYLTGRAC3HDSJU4D3ANCNFSM4RSXZ7OQ>
> .
>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 498349)
Time Spent: 3h 40m (was: 3.5h)
> ArrayIndexOutOfBoundsException on reading simple GeoTIFF
> --------------------------------------------------------
>
> Key: IMAGING-265
> URL: https://issues.apache.org/jira/browse/IMAGING-265
> Project: Commons Imaging
> Issue Type: Bug
> Components: Format: TIFF
> Affects Versions: 1.0-alpha2
> Reporter: edgar soldin
> Assignee: Bruno P. Kinoshita
> Priority: Major
> Fix For: 1.0-alpha3
>
> Attachments: small_world.tif, small_world_split.jpg
>
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> hi,
>
> we on the OpenJUMP project cannot open some GeoTIFFs with commons.imaging .
> for details you may find a ticket in our bug tracker
> [https://sourceforge.net/p/jump-pilot/bugs/498/] .
>
> the gist is: on loading the attached file getBufferedImage() fails with this
> stack
> {noformat}
> Caused by: java.lang.ArrayIndexOutOfBoundsException: 8000Caused by:
> java.lang.ArrayIndexOutOfBoundsException: 8000 at
> org.apache.commons.imaging.formats.tiff.datareaders.DataReaderStrips.interpretStrip(DataReaderStrips.java:196)
> at
> org.apache.commons.imaging.formats.tiff.datareaders.DataReaderStrips.readImageData(DataReaderStrips.java:254)
> at
> org.apache.commons.imaging.formats.tiff.TiffImageParser.getBufferedImage(TiffImageParser.java:665)
> at
> org.apache.commons.imaging.formats.tiff.TiffDirectory.getTiffImage(TiffDirectory.java:254)
> at
> org.apache.commons.imaging.formats.tiff.TiffImageParser.getBufferedImage(TiffImageParser.java:469)
> at
> org.apache.commons.imaging.Imaging.getBufferedImage(Imaging.java:1442) at
> org.apache.commons.imaging.Imaging.getBufferedImage(Imaging.java:1335) at
> org.apache.commons.imaging.Imaging.getBufferedImage(Imaging.java:1304) at
> com.vividsolutions.jump.workbench.imagery.graphic.CommonsImage.initImage(CommonsImage.java:108){noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)