java.lang.Object
ij.plugin.PNG_Writer
- All Implemented Interfaces:
PlugIn
Saves in PNG format using the ImageIO classes. RGB images are saved
as RGB PNGs. Other image types are saved as 8-bit PNGs, except for
16-bit images with the default grayscale LUT, which are saved as
16-bit PNGs. With 8-bit images, the value of the transparent index
can be set in the Edit/Options/Input-Output dialog, or by calling
Prefs.setTransparentIndex(index), where 0<=index<=255.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the plugin is loaded.void
writeImage
(ImagePlus imp, String path, int transparentIndex)
-
Constructor Details
-
PNG_Writer
public PNG_Writer()
-
-
Method Details