Login  Register

Re: Zooming and smoothing

Posted by Gabriel Landini on Mar 11, 2009; 1:52pm
URL: http://imagej.273.s1.nabble.com/Zooming-and-smoothing-tp3693324p3693325.html

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