Search found 1 match
- Thu Jul 26, 2007 6:01 pm
- Forum: JCommon
- Topic: Keypoint PngEncoder doesn't do alpha encoding
- Replies: 0
- Views: 14080
Keypoint PngEncoder doesn't do alpha encoding
Looking at the 1.0.10 source code, quickly shows that the parameter on the method with signature public byte[] pngEncode(boolean encodeAlpha) is never used in the body of the method. There's also this encodeAlpha member variable that gets passed around, but it's never actually used in the body of th...