ImageMagick: convert png fail via PHP and works via bash shell
- by wedix
I've got a very weird bug which I've yet to find a solution. UPDATE see solution below
What I am trying to do is convert a full size picture into a 160x120 thumbnail. It works great with jpg and jpeg files of any size, but not with png.
ImageMagick command:
/opt/local/bin/convert '/WEBSERVER/images/img_0003-192-10.png' -thumbnail x320 -resize…