Dear Yogesh, we have developed highly optimized tiling and merging utility in C++ on top of GDAL. It is parallelized (multi-core CPUs) and can even run on a cluster of computers with MPI. It is also producing tiles with minimal size in PNG8/PNG8a or in JPEG. It has been used on very large datasets in production environments.
Have a look at http://www.maptiler.com/. We can provide you a demo of the software. Best regards, Petr Pridal (the original author of GDAL2Tiles) On Sun, Jun 10, 2012 at 12:42 AM, Yogesh Dahiya <[email protected]> wrote: > The thing is I want to crate tiles (TMS format) from large map image using > gdal c++ api (similar to what is done by gdal2tiles.py). > > So is there any particular api for that our I have to do it from scratch > using base api (and I want tile creation to be optimized and parallelized). > > Any suggestion will be great help. > > Thanks > > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- http://www.klokantech.com/ http://www.georeferencer.com/ http://www.maptiler.com/ http://www.oldmapsonline.org/ _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
