how to resize an image / how to call an imagej-function in source code
Posted by Marko Ulbrich on Jan 23, 2006; 9:56pm
URL: http://imagej.273.s1.nabble.com/how-to-resize-an-image-how-to-call-an-imagej-function-in-source-code-tp3703960.html
Hi all,
i have the following problem:
how can i use imagej-resize-function in my plugins. I have a picture
with 1280x1024 pixels. I want to resize this to 320x256. What type of
image do i get back and how i can i work with the resized image.
In ImageJ itself that's no problem, but i don't know how to implement
this in my source code. (I don't know this for all other funcions too).
It would be great if somebody can help.
Thanks, Marko