class |
ApacheCommonsImageWriter |
Apache Commons Imaging image writer for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, tif, tiff
|
class |
BoofCVImageWriter |
BoofCV image writer for: bmp, gif, jpeg, jpg, pgm, png, ppm, wbmp
For more information see:
http://boofcv.org/
|
class |
GrayOrIndexedImageWriter |
Changes the unique colors to the ones specified by the color provider.
Useful for generating human-viewable images from image segmentation annotations.
Uses adams.data.io.output.ApacheCommonsImageWriter for performing the actual writing after the conversion.
See also:
adams.data.io.output.ApacheCommonsImageWriter
|
class |
JAIImageWriter |
Java Advanced Imaging (JAI) image writer for: bmp, jpg, jpeg, wbmp, png, gif
|
class |
OpenCVImageWriter |
Writes images using OpenCV.
|