Convert png to jpg regardless of size
Closed this issue · 2 comments
wadebarrie commented
Would love to batch convert all pngs to jpgs and force delete original as part of my optimize/resize process. I tried using optimize-images -cb -fd ./
but it did not convert my pngs which were 660kb.
victordomingos commented
Hi! You can also add an additional `-ca` or `--convert-all` command-line argument, which makes it convert all images to jpg.
wadebarrie commented
This was very helpful! Thanks!