image4tools / Save-Image-as-Type

Save Image as Type is an chrome extension which add Save as PNG / JPG / WebP to the context menu of image.
GNU General Public License v2.0
112 stars 17 forks source link

Changing toDataURL default quality #1

Closed bitinn closed 1 year ago

bitinn commented 6 years ago

By default jpeg/webp quality is set to 0.92 when saving from canvas.

https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL

(0.98 is just a compromise between size and quality for my personal need; feel free to not merge)

cuixiping commented 1 year ago

A quality config is useful for some users, but I have no plan to do it recently.