[Gllug] Splitting image into (many) tiles.

Alan Peery peery at io.com
Mon Mar 4 10:23:20 UTC 2002



Kim Hawtin wrote:

> On Fri, Mar 01, 2002 at 05:53:44PM -0000, Zverina, David wrote:
> > I would like to split 21600x21600 image into many tiles. Has anyone heard of
> > any tools which will do this and work on files this big? (This pretty much
> > excludes any tools which try to do this with GUI interface).
>
> try convert in the imagemagic package.

If that doesn't work, it seems like a good candidate for a Java program.  If the
big image is in a standard format, the Java libraries should support reading it
in.  Then presumably you'd be able to grab chunks of the image, sliced however you
like, to write to the disk...

Of course, the image must be able to fit into virtual memory for this approach to
work. :-)

Alan


-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list