You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is great, but it's missing an option for setting the quality of jpeg that's being generated. Also unclear what quality is currently being used.
Also, when creating jpegs, I don't see an option to specify what color transparent edges will be rendered as (it defaults to black). My input data doesn't have any NODATA, but when tiling the edges of it, half-black tiles get rendered because it's rendering beyond my file.
The text was updated successfully, but these errors were encountered:
QUALITY=n: By default the quality flag is set to 75
Again, this issue or feature would be to add another parameter for quality. There is a section of code that checks for JPEG, and that may be the right place to add the quality parameter.
This script is great, but it's missing an option for setting the quality of jpeg that's being generated. Also unclear what quality is currently being used.
Also, when creating jpegs, I don't see an option to specify what color transparent edges will be rendered as (it defaults to black). My input data doesn't have any NODATA, but when tiling the edges of it, half-black tiles get rendered because it's rendering beyond my file.
The text was updated successfully, but these errors were encountered: