Re: Creating individual tiles from one large image

Posted by John Kielkopf on
URL: http://imagej.273.s1.nabble.com/Creating-individual-tiles-from-one-large-image-tp5000374p5000375.html

The opensource BioImage Convert may do this since it handles a variety of
file types:

http://bioimage.ucsb.edu/downloads/BioImage%20Convert

They have executables for Windows, Mac, and Linux.

An example from their website for making tiles is:

imgcnv -i MY_INPUT_IMAGE.jpg -o MY_OUT_FOLDER/MY_OUT_BASE_NAME.jpg -t
jpeg -tile 256


Alternatively, there's a powerful Python script "tilemaker.py" that is
easily modified for special tasks.

http://code.google.com/p/panojs/source/browse/trunk/scripts/tilemaker.py?r=2

although it handles a more limited set of file types supported by the
Python PIL library.





On Thu, Oct 11, 2012 at 1:22 AM, Jacqui Ross <[hidden email]>wrote:

> Hi All,
>
> We have a slide-scanner which images sequentially across a tissue section
> and then creates a large composite tiled image. We can output the files as
> individual tiles as well in RAW format.
>
> However, I am attempting to assist a few students who have deleted the
> individual tile files and now want to divide their images into individual
> tiles (e.g.512 x 512 pixels) for the analysis.
>
> So what we need to do is divide the large image into separate tiles and
> output them as an image sequence.
>
> I thought I could do it by creating rectangles and cropping or duplicating
> but can't work out how to get it working across the entire image. Can
> anyone help me with this?
>
> I'm starting to think it might be easier to rescan the sections and get
> the raw data again!
>
> Kind regards,
>
> Jacqui
>
> Jacqueline Ross
> Biomedical Imaging Microscopist
> Biomedical Imaging Research Unit
> School of Medical Sciences
> Faculty of Medical & Health Sciences
> The University of Auckland
> Private Bag 92019
> Auckland 1142, NEW ZEALAND
>
> Tel: 64 9 923 7438
> Fax: 64 9 373 7484
>
> http://www.fmhs.auckland.ac.nz/sms/biru/
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> John Kielkopf
> Professor of Physics and Astronomy
> University of Louisville
> Louisville, KY 40292
> Tel:502.852.5990
> Fax:502.852.0742
>
>
>
>  <http://imagej.nih.gov/ij/list.html>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html