slicing up a very big jpg map image , 49000* 34300 pixel

Posted by sirvan on Stack Overflow See other posts from Stack Overflow or by sirvan
Published on 2010-04-15T21:18:19Z Indexed on 2010/04/16 6:13 UTC
Read the original article Hit count: 410

Filed under:
|
|

hi i want to write a mapviewer, i must to work small tile of big map image file and there is need to tiling the big image, the problem now is to tiling big image to small tiles (250 * 250 pixel or like this size) so on, i used ImageMagic program to do it but there was problem now is any other programing method or application that do tiling? can i do it with JAI in java? how?

© Stack Overflow or respective owner

Related posts about jai

Related posts about java