I like to process the comoposite Command in PHP with shell_exec: But these dont work
/usr/bin/convert end1.jpg -composite pen.png -gravity center.
What's wrong?
The Composite command does not work.
- glennrp
- Posts: 1147
- Joined: 2006-04-01T08:16:32-07:00
- Location: Maryland 39.26.30N 76.16.01W
- Contact:
Re: The Composite command does not work.
You didn't specify a destination image.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
- Contact:
Re: The Composite command does not work.
Correct syntax should be
convert backgroundimage overlayimage -gravity center -composite resultimage
see
http://www.imagemagick.org/Usage/compose/#compose
convert backgroundimage overlayimage -gravity center -composite resultimage
see
http://www.imagemagick.org/Usage/compose/#compose
Who is online
Users browsing this forum: Semrush [Bot] and 12 guests