Search found 4 matches

by modrljin
2014-03-13T06:59:46-07:00
Forum: Bugs
Topic: convert -define jpeg:extent not working in 6.8.8-7
Replies: 6
Views: 7190

Re: convert -define jpeg:extent not working in 6.8.8-7

OK, I tried like that and it works. BTW. here http://imagemagick.org/script/command-line-options.php#define is written: jpeg:extent=value Restrict the maximum JPEG file size, for example -define jpeg:extent=400kb. The JPEG encoder will search for the highest compression quality level that results in ...
by modrljin
2014-03-13T05:22:01-07:00
Forum: Bugs
Topic: convert -define jpeg:extent not working in 6.8.8-7
Replies: 6
Views: 7190

Re: convert -define jpeg:extent not working in 6.8.8-7

Command is same as in first post: convert -define jpeg:extent=Xkb If I execute something like this: convert -define jpeg:extent=600kb image.jpg image-600.jpg where image.jpg is, for example, 20 MB, image-600.jpg shouldn't be about 20 MB, but less than 600 kB. I thought you said in your first reply ...
by modrljin
2014-03-13T05:03:23-07:00
Forum: Bugs
Topic: convert -define jpeg:extent not working in 6.8.8-7
Replies: 6
Views: 7190

Re: convert -define jpeg:extent not working in 6.8.8-7

Hi again,

this is still not working in version 6.8.8-8. Tried on win only.

modrljin
by modrljin
2014-02-26T06:50:25-07:00
Forum: Bugs
Topic: convert -define jpeg:extent not working in 6.8.8-7
Replies: 6
Views: 7190

convert -define jpeg:extent not working in 6.8.8-7

Hello, convert -define jpeg:extent=Xkb not working in latest release 6.8.8-7 I have tried it on both win Q16 x64 and on linux debian. Converted image is always produced with the same or almost the same size (with few kB difference). After that I have tried the same command with version win 6.7.7-0 ...