leonbloy / pngj

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

Provide more methods to line transformation / pixel handling #4

Open leonbloy opened 9 years ago

leonbloy commented 9 years ago

From hgonzalez@gmail.com on May 27, 2011 13:15:17

Original issue: http://code.google.com/p/pngj/issues/detail?id=4

leonbloy commented 9 years ago

From hgonzalez@gmail.com on December 01, 2012 12:42:41

fix methods in LineImageHelper do work with int or bytes

edamo commented 9 years ago

Would like a simple getARGB(x, y) function (like awt BufferedImage.getRGB(x,y)) to return A,R,G,B regardless of png type (bitdepth, index etc).