I want to do something like
mogrify -format jpg *.png
However, I want to encode the jpg at a higher quality than the default. Is there a way to do this?
|
I want to do something like
However, I want to encode the jpg at a higher quality than the default. Is there a way to do this?
| |||
|
feedback
|
Here's the official documentation. Value for quality varies depending on the resulting format, for PNG it goes to 100. http://www.imagemagick.org/script/command-line-options.php#quality With any Linux command, you can enter
To see the help page that list out the information and parameters available. | |||
|
feedback
|