Image Magick correct Syntax, to load in Folder

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Darknet
Posts: 18
Joined: 2014-01-15T10:52:19-07:00
Authentication code: 6789

Image Magick correct Syntax, to load in Folder

Post by Darknet »

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 rohdaten/'.$PDF.' '.$PDFname.'_'.$kundnr.'_'.$pdf.'.jpg'

How can I tell the script that he should save it in this folder?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image Magick correct Syntax, to load in Folder

Post by fmw42 »

check the folder's permission and make sure it is writeable.
Post Reply