views:

74

answers:

1

Hello,

Paint.net dies opening this image, and MS paint as well.I don't know how to open this file for editing.Actually, I set out to break this image (its a map of my area) and load it to my phone (moto rokr e6),which does not have a GPS at the moment.

TileMage is giving up the splitting as well, throwing out of memory exception !.

I know photoshop could do it, but I don't have the licence for it. Any freeware application to do this.

Can GIMP do it ?

Please advise. Thanks,

+3  A: 

ImageMagick should be able to handle an image this large. convert is what you'd use. Just don't expect it to happen particularly quickly.

Ignacio Vazquez-Abrams
I recommend too. `convert -resize 15104x11264 someimage.png hugeimage.png` took about 1 GB of memory and about 1 minute (including swapping :)).
Messa
Sorry,the does the command "convert" split ? .Let me rake their doc. Thanks
panzerschreck
Tile cropping: http://www.imagemagick.org/Usage/crop/#crop_tile
Ignacio Vazquez-Abrams
works like a charm ! - Let me see how it looks on the phone . Thanks.
panzerschreck