|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.PNG_Writer
public class PNG_Writer
Saves in PNG format using the ImageIO classes. RGB images are saved as RGB PNGs. All other image types are saved as 8-bit PNGs. With 8-bit images, the value of the transparent index can be set in Edit/Options/Input-Output.
Constructor Summary | |
---|---|
PNG_Writer()
|
Method Summary | |
---|---|
void |
run(java.lang.String path)
This method is called when the plugin is loaded. |
void |
writeImage(ImagePlus imp,
java.lang.String path,
int transparentIndex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PNG_Writer()
Method Detail |
---|
public void run(java.lang.String path)
PlugIn
run
in interface PlugIn
public void writeImage(ImagePlus imp, java.lang.String path, int transparentIndex) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |