PlugInpublic class CanvasResizer extends Object implements PlugIn
| Constructor | Description |
|---|---|
CanvasResizer() |
| Modifier and Type | Method | Description |
|---|---|---|
ImageProcessor |
expandImage(ImageProcessor ipOld,
int wNew,
int hNew,
int xOff,
int yOff) |
|
ImageStack |
expandStack(ImageStack stackOld,
int wNew,
int hNew,
int xOff,
int yOff) |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugInpublic ImageStack expandStack(ImageStack stackOld, int wNew, int hNew, int xOff, int yOff)
public ImageProcessor expandImage(ImageProcessor ipOld, int wNew, int hNew, int xOff, int yOff)