roblabs / gdal2tilesp

Enhancements to tile cutter for parallelism and image format support
Other
20 stars 9 forks source link

Added WEBP and output tilesize support #13

Closed KleggerKoder closed 5 years ago

KleggerKoder commented 5 years ago

This was modified form roblabs/WEBP-png branch

roblabs commented 5 years ago

@KleggerKoder — Thank you for this. WebP is what I use in my processing, and I guess I never committed off of my branch. My post on what I use WebP in the tiling context — https://RobLabs.com/webp

This particular commit, 01f356ca67ba3400d013c8e0b528ec88340e8099, has a bunch of indenting changes, which are hard to track changes to (for any one dealing with this repo in the future).

Can you comment on any line numbers that are significant for the WebP changes?

That way if someone needs to debug or trace they can at least have a starting point.