Hi,
I face the following problem:
I try to reduce the size of jpg images by reducing the quality, here's one example of my usage:
convert DSC_1312.JPG -quality 90 DSC_1312_2.JPG
The converted image looks like:
- the first, top 60% of the picture is converted
- the last, bottom 40% of the picture is just black
I'm using ImageMagick 6.6.9-1 2011-03-30 Q16 on my Synology Diskstation
Any idea?
Thx, Martin
convert converts just about 60% of image
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert converts just about 60% of image
Either upgrade IM to the latest version and libjpeg as well or post one of your images that fail so others can test it.
There have been a number of jpeg related bug fixes since your release. Perhaps one might have fixed your problem
see
http://www.imagemagick.org/script/changelog.php
There have been a number of jpeg related bug fixes since your release. Perhaps one might have fixed your problem
see
http://www.imagemagick.org/script/changelog.php
Re: convert converts just about 60% of image
Hi,fmw42 wrote:Either upgrade IM to the latest version and libjpeg as well or post one of your images that fail so others can test it.
There have been a number of jpeg related bug fixes since your release. Perhaps one might have fixed your problem
see
http://www.imagemagick.org/script/changelog.php
yes, it works now.
Thx very much, Martin