I need to slice an image (size: 14043 × 9933) into 256 x 256 set of tiles with different zoom levels (number of tiles) in the most efficient way. I've been using gdal2tiles.py(it comes with GDAL), but I wonder if there's other options out there, maybe Geotools have this functionality? or any other alternatives (I don't need and and geo-referencing to the tiles).

Thanks in advance.

link|improve this question

61% accept rate
feedback

1 Answer

try this thread:

Slice up an image into tiles

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.