gwlucastrig commented on a change in pull request #78:
URL: https://github.com/apache/commons-imaging/pull/78#discussion_r432185001
##########
File path:
src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderTiled.java
##########
@@ -125,8 +125,8 @@ private void interpretTile(final ImageBuilder imageBuilder,
final byte[] bytes,
// verify that all samples are one byte in size
final boolean allSamplesAreOneByte = isHomogenous(8);
- if (predictor != 2 && bitsPerPixel == 24 && allSamplesAreOneByte) {
- int k = 0;
+ if (bitsPerPixel == 24 && allSamplesAreOneByte
Review comment:
The alignment is now fixed.
----------------------------------------------------------------
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]