Login  Register

Re: Is it possible to increase max zoom to more than 3200% ?

Posted by Michael Schmid on Nov 04, 2010; 3:03pm
URL: http://imagej.273.s1.nabble.com/Is-it-possible-to-increase-max-zoom-to-more-than-3200-tp3686508p3686509.html

Hi Christopher,

you could add the pixel values as an overlay with a very small font  
size, but I fear that this will make ImageJ react rather slowly - at  
least for large images.

Magnifications>32 would need a modification of the ImageCanvas class.

An alternative might be the pixel inspector plugin
   http://imagejdocu.tudor.lu/doku.php?
id=plugin:utilities:pixel_inspector:start

Michael
________________________________________________________________

On 4 Nov 2010, at 15:03, Bruns, Christopher wrote:

> I am a new ImageJ user.  I recently wrote a plugin that prints the  
> intensity value of each pixel over the pixel at higher zoom  
> levels.  When using this plugin, users want to zoom in more than  
> 3200%.  Another 2 or 3 levels of zoom would probably be adequate.
>
> Is there a way to enable additional deeper zoom levels to ImageJ?  
> Thanks in advance.
>
> Christopher Bruns