Search found 18 matches

by Darknet
2014-05-23T02:52:43-07:00
Forum: Users
Topic: -composite composition error
Replies: 2
Views: 10571

-composite does not work corret

I used the composite Command. But these Works incorret:

/usr/bin/convert verarbeitet1/Pictures_small/Hintergrund.jpg verarbeitet1/Pictures_small/AA.jpg -gravity Center -composite verarbeitet1/2.jpg

AA.jpg is composited black. But that isn't so.
by Darknet
2014-05-21T09:16:34-07:00
Forum: IMagick
Topic: Image Magick correct Syntax, to load in Folder
Replies: 1
Views: 7948

Image Magick correct Syntax, to load in Folder

I want to import the converted Files PDF in jpg in an Folder. These Script does not work '/usr/bin/convert -density 600 rohdaten/'.$PDF.' bearbeitet/'.$PDFname.'_'.$kundnr.'_'.$pdf.'.jpg' The Folder bearbeitet is the Problem, without these File the Script works. '/usr/bin/convert -density 600 rohdat...
by Darknet
2014-01-15T11:02:23-07:00
Forum: Developers
Topic: The Composite command does not work.
Replies: 2
Views: 4124

The Composite command does not work.

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?