Topic: Gimp + javascript? (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: San Antonio |
![]() 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 |
![]() well, cutting slices from a (huge) image shouldn't be too much scripting anywhere, |
Paranoid (IV) Inmate From: Florida |
![]() I'd use ImageMagick. code: convert foo.png -crop 100x100 bar.png |