Zek, PNGJ BufferedImage: , ( PNG), , PNG .
, , , PNG- RGB, RGB () . PNG , ( , ). PNG , . Etc.
( RGB, ), ImageLineHelper
. , convert2rgba() getPixelARGB8().
, - , - . RGB, - PNG , , ... (, 2 , 16 ? -, ... ..)? PNG, .
(, ... BufferedImage , , , ? )
(RGB, 8 , ) ( TRNS -, ), :
for (int i = 0,j=0 ; i < reader.imgInfo.cols; i++, j+=channels ) {
int r = scanLine[j];
int g = scanLine[j+1];
int b = scanLine[j+2];
}
: PNGJ.