Login  Register

Re: Zooming new problem

Posted by flettster on Mar 11, 2009; 3:00pm
URL: http://imagej.273.s1.nabble.com/Zooming-and-smoothing-tp3693324p3693327.html


I have a new problem now. The image looks great - just what i needed

However, the selection tool and thresholding are still pixelated.

Is there a way of interpolating for these too?

Thanks


flettster wrote
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