Search found 1 match
- 2014-03-26T06:55:03-07:00
- Forum: IMagick
- Topic: Fuzz/Optimize command missing/failing
- Replies: 0
- Views: 5530
Fuzz/Optimize command missing/failing
Hi, I'm trying to resize and optimize a gif. I've finally managed to get some good results but I'm forced to use the following code in php (after the Imagick resizing etc) to get a reasonably sized file, without this its about 3x the original file size. exec("convert img.gif -fuzz 3% -layers ...