Topic: Gimp + javascript? |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: San Antonio |
posted 08-03-2009 06:28
So I'm back to playing around with the Google Maps API and including custom map tiles in place of Google's. Got the basics figured out and can build my map and get my tiles to show up where they should be. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 08-03-2009 09:42
well, cutting slices from a (huge) image shouldn't be too much scripting anywhere, |
Paranoid (IV) Inmate From: Florida |
posted 08-03-2009 15:46
I'd use ImageMagick. code: convert foo.png -crop 100x100 bar.png |