GitHubRGI/geopackage-python

gdal2tiles_parallel.py: Give the user options for output formats besides PNG

stevendlander opened this issue · 0 comments

Gdal2tiles parallel.py currently only outputs tiles as full-color PNGs. This is so that transparency can
be preserved. When used in conjunction with tiles2gpkg parallel.py a user can make a geopackage with either PNGs, JPEGs, or a mixture of both.

Some users of gdal2tiles_parallel.py might want to output all JPEG images to save disk space, for instance.