Glodenox / wme-om

Waze Map Editor - Open Maps userscript
GNU General Public License v2.0
8 stars 7 forks source link

Investigate webp support for tile manipulation #79

Open Glodenox opened 4 years ago

Glodenox commented 4 years ago

The WEBP image format should allow better image filesizes and for lossy images with transparent pixels, which would be an improvement over the current png image format used to export to. Sadly enough Firefox currently doesn't support image/webp in the Canvas.toDataURL and falls back to image/png. That is a safe fallback, but a bit of a shame. It could however maybe help Chrome instead?