leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
273 stars 52 forks source link

ImageLineHelper.getPixelRGB8 should return opaque pixels #38

Closed gmazzo closed 5 years ago

gmazzo commented 9 years ago

It would be more convenient that getPixelRGB8() returns the alpha component filled as 0xFF than 0x00.

leonbloy commented 5 years ago

Done