I'm having problems with ImageMagick at the moment. I decided to uninstall ImageMagick and reinstall the latest version (I also made sure that I know installed the Q8 version for resource benefits).
Now some of my commands are not working anymore (and used to work fine in the old version, don't know exactly which version that was).
For example command: /usr/local/bin/convert -density 300 -gravity NorthWest -draw "image Over 80,80,0,0 '/var/www/vhosts/site/httpdocs/images/logos/overlay-colorplates.gif'" -colorspace rgb "/var/www/vhosts/site/httpdocs/Files/colorplate.pdf" -resize 2480x3508 -background white -flatten "/var/www/vhosts/site/httpdocs/Files/colorplate.gif"
It does generate the resized colorplate.gif but however it lacks an overlay (overlay-colorplates.gif). I've been trying shuffling the arguments around but nothing seems to work. The PDF consists of 1 single page.
Problem with overlays after updating ImageMagick
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Problem with overlays after updating ImageMagick
the "image Over" has been reported broken recently. try changing it to "image scr-over"
see viewtopic.php?f=3&t=18612
see viewtopic.php?f=3&t=18612
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Problem with overlays after updating ImageMagick
It is/was ONLY broken in -draw!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/