Package | Description |
---|---|
org.apache.batik.ext.awt.image.codec.png |
Modifier and Type | Method and Description |
---|---|
private PNGEncodeParam.Gray |
PNGImageEncoder.createGrayParam(byte[] redPalette,
byte[] greenPalette,
byte[] bluePalette,
byte[] alphaPalette)
Analyzes a set of palettes and determines if it can be expressed
as a standard set of gray values, with zero or one values being
fully transparent and the rest being fully opaque.
|