Package it.geosolutions.imageio.plugins.png

Interface Summary
ScanlineProvider The bridge between images and PNG scanlines
 

Class Summary
AbstractScanlineProvider Base class providing common traits to all scanline providers
PNGWriter Encodes the image in PNG using the PNGJ library
RasterByteABGRProvider A scanline provider optimized for Raster objects containig a 8bit BGR or ABGR image
RasterByteRepackSingleBandProvider A scanline provider that packs more than one pixel per output byte
RasterByteSingleBandProvider A scanline provider that can copy 1-1 data from the buffered image into the scanline without performing any kind of transformation
RasterIntABGRProvider A scanline provider optimized for rasters with int packed RGB or RGBA pixels
RasterShortABGRProvider A scanline provider optimized for Raster objects containing a 16bit BGR or ABGR image
RasterShortGrayAlphaProvider A scanline provider optimized for a Raster with 16 bit gray + 16 bits alpha
RasterShortSingleBandProvider A scanline provider optimized for a Raster with 16 bit gray pixels
ScanlineProviderFactory Wraps a RenderedImage into a scaline provider optimized to turn its pixels into PNG scanlines at the best performance
 



Copyright © 2006–2014 GeoSolutions. All rights reserved.