Login  Register

Re: How to auto adjust images in imageJ?

Posted by ctrueden on Nov 07, 2011; 3:59pm
URL: http://imagej.273.s1.nabble.com/How-to-auto-adjust-images-in-imageJ-tp3682642p3682644.html

Hi Danny,

I remember that I used the ImagePlusReader or ImageProcessorReader from
> LOCI Tools / Bioformats.
>

For those interested in using Bio-Formats to read images in an ImageJ
plugin, we added an easier API fairly recently: the loci.plugins.BF utility
class. For a simple example, see:

http://trac.openmicroscopy.org.uk/ome/browser/bioformats.git/components/loci-plugins/utils/Simple_Read.java

You can control which options the importer uses by constructing an
ImporterOptions object and passing that to the
BF.openImagePlus(ImporterOptions) method.

Regards,
Curtis


On Mon, Nov 7, 2011 at 2:28 AM, Danny Misiak <[hidden email]> wrote:

> Hello Mohammed,
>
> I remember that I used the ImagePlusReader or ImageProcessorReader from
> LOCI Tools / Bioformats. Take a look to this, maybe this will help you. I
> think there are several other ways to open a image.
>
>
> http://trac.openmicroscopy.org.uk/ome/browser/bioformats.git/components/loci-plugins/utils/Read_Image.java
>
>
> Best,
>   Danny.
>