Commands no reduce size in wondows
Posted: 2014-03-05T07:03:22-07:00
Good Morning
I have a doubt, I am executing some commands to reduce the size for images, the commands are:
1. convert original.jpeg -define jpeg:extent=300kb output.jpg
2. mogrify -define jpeg:extent=127kb -path c:\images\out c:\images\*.jpg
I tested both in windows environments but it does not reduce the size just 5%, and I executed this command on Linux environments and it works, those commands only work for linux?
Thanks so much.
I have a doubt, I am executing some commands to reduce the size for images, the commands are:
1. convert original.jpeg -define jpeg:extent=300kb output.jpg
2. mogrify -define jpeg:extent=127kb -path c:\images\out c:\images\*.jpg
I tested both in windows environments but it does not reduce the size just 5%, and I executed this command on Linux environments and it works, those commands only work for linux?
Thanks so much.