Open nomandera opened 6 months ago
I suspect a common use case will be converting files for later sharing on the internet.
An option(s) that could implement explicit:
Examples of manual methods of doing above:
mogrify -resize 20% input.jpg
mogrify -strip input.jpg
I know less about optimising as I usually just employ https://tinypng.com/
but these apparently can work
and I would far prefer not to use a 3rd party.
I suspect a common use case will be converting files for later sharing on the internet.
An option(s) that could implement explicit:
Examples of manual methods of doing above:
mogrify -resize 20% input.jpg
mogrify -strip input.jpg