Commands no reduce size in wondows

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
eecanoc789
Posts: 1
Joined: 2014-03-05T06:57:20-07:00
Authentication code: 6789

Commands no reduce size in wondows

Post by eecanoc789 »

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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Commands no reduce size in wondows

Post by fmw42 »

use -quality to reduce the file sizes for jpg
Post Reply