Re: [PHP] PHP Imagemagick

2003-09-30 Thread Blue Prawn
> % a static name so when another picture is uploaded the old one is > overwritten % that is why the input path and output path is the same. > % -Code-- > % exec($path_imagemagick."convert -crop 0x100+0+0 $imagepath.$filename > % $imagepath.$filename"); > % -End Code

Re: [PHP] PHP Imagemagick

2003-09-30 Thread David T-G
Cameron -- ...and then Cameron Metzke said... % ... % a static name so when another picture is uploaded the old one is overwritten % that is why the input path and output path is the same. % -Code-- % exec($path_imagemagick."convert -crop 0x100+0+0 $imagepath.$filename % $imag

Re: [PHP] PHP & Imagemagick

2001-07-22 Thread Alexander Skwar
So sprach »Weston Houghton« am 2001-07-22 um 15:14:54 -0700 : > > Yup, a native PHP module for ImageMagick that accesses their API. This would > allow one to actually pass parameters a bit easier and test for success or > failure more consistently, at least, I think it would... Hmm, don't know a

Re: [PHP] PHP & Imagemagick

2001-07-22 Thread Weston Houghton
Yup, a native PHP module for ImageMagick that accesses their API. This would allow one to actually pass parameters a bit easier and test for success or failure more consistently, at least, I think it would... Wes > How do you mean bindings? > > I've used PHP and Imagemagick.. but only from th

Re: [PHP] PHP & Imagemagick

2001-07-22 Thread Tom Carter
How do you mean bindings? I've used PHP and Imagemagick.. but only from the point of view of exec Do you mean building them into PHP functions? - Original Message - From: "Weston Houghton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 22, 2001 11:05 PM Subject: [PHP] P

RE: [PHP] PHP & ImageMagick

2001-06-30 Thread Chadwick, Russell
Did you try the escapeshellcmd () function ? - Russ --- Toolshed Computer Productions - Professional PHP Hosting Hosting - Dedicated Servers - Design - Programming http://www.toolshed51.com -Original Message- From: Jeffrey Barendse [mailto:[EMAIL PROTECTED]] Sent: Thursday, J

Re: [PHP] PHP & ImageMagick

2001-06-30 Thread Richard Lynch
> In PHP I try to run a shell command with the following source code: > > $fotonaam = 'convert -font arial -pointsize 20 -gravity center -fill > white -draw "text 5,5 VERKOCHT" image.jpg image2.jpg'; > exec($fotonaam); > > PHP runs the program but the -draw "text 5,5 VERKOCHT" is not executed > (t