Commit Graph

5 Commits

Author SHA1 Message Date
f652ab1521 Configurable ImageIO output format (#318)
* Added the possibility to provide ImageIO's output format in the TYPE string.
For instance:
TYPE=png image/png
TYPE=png image/png png256
TYPE=png image/png png24
TYPE=png image/png png

* Removed useless comments.
Added documentation for output format.

* Added tests for 'webp' output format

* Also added tests for 'png32' output format

* Fix 'webp' sums vary based on version

* Add JPG & use multiple layers on example-map

---------

Co-authored-by: Tim <autintim@gmail.com>
2023-07-20 23:41:18 +02:00
056b115d26 Fix ERROR 1: bad application_id when reading example GeoPackage file (#281) 2022-05-29 18:29:51 +00:00
7e81d950d1 Switch from shapefile to geopackage for example map.
Co-authored-by: Frederik Ramm <frederik@remote.org>
2021-09-21 11:37:38 +00:00
43beadaf08 Improve provided example configuration. 2021-09-21 11:16:45 +00:00
27c470c3eb Improved configuration files 2021-07-29 22:57:26 +00:00