Poi ho anche trovato questo, magari fa al caso tuo:
codice:
PNGENcodeParam.RGB param = new PNGEncodeParam.RGB();    
int[] rgb = new int[3];    
rgb[0] = rgb[1] = rgb[2] = 0;    
param.setTransparentRGB(rgb);