Re: Zooming and smoothing
Posted by
flettster on
Mar 11, 2009; 2:00pm
URL: http://imagej.273.s1.nabble.com/Zooming-and-smoothing-tp3693324p3693326.html
It is amazing how easy something is when you know how!!
Thanks
Gabriel Landini wrote
On Wednesday 11 March 2009 13:20:14 flettster wrote:
> When I zoom on my image in imagej, it becomes highly pixelated.
> When i do
> the same on another program the image does not.
> I presume that the other program is interpolating pixels or smoothing the
> image in some way.
> I need ImageJ to do the same. The smooth function doesnt add more pixels
> which is what i need it to do.
You can check the option:
Edit>Options>Appearance>Interpolate Zoomed Images
Or
Add this line to the AutoRun macro in /macros/StartupMacros:
run("Appearance...", "interpolate");
Cheers
G