Closed mastercoms closed 1 year ago
Hi, I'm receiving successive PRs to optimize webp images that each reduce the file size. Can this be done in one pass instead?
Occurrence 1:
https://github.com/mastercomfig/hud-db/pull/7 https://github.com/mastercomfig/hud-db/pull/8 https://github.com/mastercomfig/hud-db/pull/9
Occurrence 2:
https://github.com/mastercomfig/hud-db/pull/11 https://github.com/mastercomfig/hud-db/pull/12 https://github.com/mastercomfig/hud-db/pull/13 https://github.com/mastercomfig/hud-db/pull/14
No response
cwebp has a --passes argument, but that doesn't appear to be translated into Sharp's documentation. At the moment, I think the answer is no.
--passes
Describe the bug
Hi, I'm receiving successive PRs to optimize webp images that each reduce the file size. Can this be done in one pass instead?
Occurrence 1:
https://github.com/mastercomfig/hud-db/pull/7 https://github.com/mastercomfig/hud-db/pull/8 https://github.com/mastercomfig/hud-db/pull/9
Occurrence 2:
https://github.com/mastercomfig/hud-db/pull/11 https://github.com/mastercomfig/hud-db/pull/12 https://github.com/mastercomfig/hud-db/pull/13 https://github.com/mastercomfig/hud-db/pull/14
How To Reproduce
No response
Screenshots
No response
Relevant Log Output
No response
Code of Conduct