| Package | Description |
|---|---|
| ar.com.hjg.pngj |
PNGJ main package
|
| ar.com.hjg.pngj.pixels |
Mostly related with logic specific to reading/writing pixels.
|
| Modifier and Type | Field and Description |
|---|---|
protected PixelsWriter |
PngWriter.pixelsWriter |
| Modifier and Type | Method and Description |
|---|---|
protected PixelsWriter |
PngWriterHc.createPixelsWriter(ImageInfo imginfo) |
protected PixelsWriter |
PngWriter.createPixelsWriter(ImageInfo imginfo)
Factory method for pixels writer.
|
PixelsWriter |
PngWriter.getPixelsWriter() |
| Modifier and Type | Class and Description |
|---|---|
class |
PixelsWriterDefault
Default implementation of PixelsWriter, with fixed filters and also adaptive strategies.
|
class |
PixelsWriterMultiple
Special pixels writer for experimental super adaptive strategy
|
Copyright © 2014. All rights reserved.