Hi list,<br><br>I have several aerial photos and I use MapWindow GIS to view them.<br>MapWindow is already using GDAL v1.8<br><br>Instead of loading each aerial photo as an individual layer I want to create a local tiles store of the photos.<br>

I can then just load the tiles I need based on the scale and view. This will most likely improve the performance.<br><br>The process will be something like this:<br>1. Get the filenames of the photos<br>2. Merge them into one<br>

3. Create tiles<br>4. Put the tiles in a SQLite database<br><br>My first question: Is the above suggested process correct or should I do it differently?<br>My second question: What GDAL functions should I look into to accomplish my process?<br>

<br>Thanks,<br><br>Paul Meems<br>The Netherlands<br><br>