public class ImageUtil extends Object
| Constructor and Description |
|---|
ImageUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Image |
converterPageRasterToImage(PageRaster raster)
Converts a PageRaster object to an Image object.
|
static List<Image> |
convertPageRastersToImages(List<PageRaster> rasters)
Converts a list of PageRaster objects to a list of Image objects
|
public static List<Image> convertPageRastersToImages(List<PageRaster> rasters)
rasters - Page rasters to convertpublic static Image converterPageRasterToImage(PageRaster raster)
raster - Page raster to convertCopyright © 2016. All Rights Reserved.