Package | Description |
---|---|
it.geosolutions.imageio.plugins.png |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScanlineProvider
Base class providing common traits to all scanline providers
|
class |
RasterByteABGRProvider
A scanline provider optimized for Raster objects containig a 8bit BGR or ABGR image
|
class |
RasterByteGrayAlphaProvider
A scanline provider optimized for Raster objects containing a 8bit gray and alpha bands
|
class |
RasterByteRepackSingleBandProvider
A scanline provider that packs more than one pixel per output byte
|
class |
RasterByteSingleBandProvider
A scanline provider that can copy 1-1 data from the buffered image into the scanline without
performing any kind of transformation
|
class |
RasterIntABGRProvider
A scanline provider optimized for rasters with int packed RGB or RGBA pixels
|
class |
RasterShortABGRProvider
A scanline provider optimized for Raster objects containing a 16bit BGR or ABGR image
|
class |
RasterShortGrayAlphaProvider
A scanline provider optimized for a Raster with 16 bit gray + 16 bits alpha
|
class |
RasterShortSingleBandProvider
A scanline provider optimized for a Raster with 16 bit gray pixels
|
Modifier and Type | Method and Description |
---|---|
static ScanlineProvider |
ScanlineProviderFactory.getProvider(RenderedImage image) |
Copyright © 2006–2016 GeoSolutions. All rights reserved.