garydgregory commented on code in PR #334:
URL: https://github.com/apache/commons-imaging/pull/334#discussion_r1391297015


##########
src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/JpegDecoder.java:
##########
@@ -46,6 +46,10 @@
 import org.apache.commons.imaging.formats.jpeg.segments.SosSegment;
 
 public class JpegDecoder extends BinaryFileParser implements JpegUtils.Visitor 
{
+
+    private static final int [] BAND_MASK_ARGB = {0x00ff0000, 0x0000ff00, 
0x000000ff, 0xff000000};

Review Comment:
   OK, you define the constants but do not use them. What am I missing?



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

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to