How to determine the order of bands passed to ByteLookupTable in a LookupOp
1004753Apr 22 2013 — edited Apr 24 2013Is there a good way to determine what order should the bands be passed to a ByteLookupTable passed to a LookupOp? My source is an RGBA BufferedImage, but the bands can be in any order allowed by a BufferedImage, e.g. ARGB, RGBA ...
Also, is there any easy way to find out what changed in the LookupOp between Java 6 & 7? Thanks.