Search found 3 matches
- 2015-10-29T14:06:51-07:00
- Forum: Users
- Topic: Selective jpeg comression
- Replies: 6
- Views: 2174
Re: Selective jpeg comression
perhaps see http://www.imagemagick.org/script/command-line-options.php#define 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 an output file that does not exceed the ...
- 2015-10-29T12:43:23-07:00
- Forum: Users
- Topic: Selective jpeg comression
- Replies: 6
- Views: 2174
Re: Selective jpeg comression
I would do this as a script, mostly because I don't care what the "quality" number is, but I do care what the image looks like. The technique I use for my website is to find the greatest compression that gives no more than 1% RMSE from the original image. For ordinary photographs, I find that 1 ...
- 2015-10-29T02:57:54-07:00
- Forum: Users
- Topic: Selective jpeg comression
- Replies: 6
- Views: 2174
Selective jpeg comression
I have a hundreds of jpg file, with different quality and file size. I would like to compress (lossy) them to reduce file size. The issue is I don't want to use a same command for all of them, because some of them are already heavily compressed and re-copression results in poor quality. Is there a ...