[ 
https://issues.apache.org/jira/browse/IMAGING-265?focusedWorklogId=495825&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495825
 ]

ASF GitHub Bot logged work on IMAGING-265:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Oct/20 10:30
            Start Date: 06/Oct/20 10:30
    Worklog Time Spent: 10m 
      Work Description: gwlucastrig commented on a change in pull request #98:
URL: https://github.com/apache/commons-imaging/pull/98#discussion_r500170065



##########
File path: 
src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java
##########
@@ -53,14 +53,17 @@ public boolean stripsNotTiles() {
 
         @Override
         public ImageDataReader getDataReader(final TiffDirectory directory,
-                final PhotometricInterpreter photometricInterpreter,
-                final int bitsPerPixel, final int[] bitsPerSample, final int 
predictor,
-                final int samplesPerPixel, final int width, final int height, 
final int compression,
-            final ByteOrder byteOrder) throws IOException, ImageReadException {
+          final PhotometricInterpreter photometricInterpreter,
+          final int bitsPerPixel, final int[] bitsPerSample, final int 
predictor,
+          final int samplesPerPixel, final int width, final int height,
+          final int compression,
+          final int planarConfiguration,

Review comment:
       Making planar configuration an enum would be a good idea.  I see that 
you self-assigned this.  Does that mean you'll be making the change?
   
   In the future, making predictor and compression also be enum's would also 
make sense.  When I am reading the data-reader code I often lose track of what 
the numeric values indicate.




----------------------------------------------------------------
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: 495825)
    Time Spent: 2h 20m  (was: 2h 10m)

> 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
>         Attachments: small_world.tif, small_world_split.jpg
>
>          Time Spent: 2h 20m
>  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)

Reply via email to