Re: [PHP] ImageMagick

2009-05-04 Thread haliphax
On Fri, May 1, 2009 at 7:11 AM, Kevin Waterson wrote: > This one time, at band camp, Michael A. Peters wrote: >> Here's the scenario - >> >> Website has some demonstrative images. >> >> I create these images with the gimp - starting with a jpeg, adding a few >> text layers and straight lines. >> >

Re: [PHP] ImageMagick

2009-05-01 Thread Kevin Waterson
This one time, at band camp, Michael A. Peters wrote: > Here's the scenario - > > Website has some demonstrative images. > > I create these images with the gimp - starting with a jpeg, adding a few > text layers and straight lines. > > I then save as xcf in case I ever need to edit. > > Then I

Re: [PHP] ImageMagick

2009-05-01 Thread Michael A. Peters
Ashley Sheridan wrote: Do the text layers have to go beneath something on the original xcf, or have special effects applied to them? If not, you can add t existing images with GD, by using a source image, adding text layers, etc, and then exporting it as a new graphic. Yeah - I know I can do

Re: [PHP] ImageMagick

2009-04-30 Thread Ashley Sheridan
On Thu, 2009-04-30 at 23:35 -0700, Michael A. Peters wrote: > Here's the scenario - > > Website has some demonstrative images. > > I create these images with the gimp - starting with a jpeg, adding a few > text layers and straight lines. > > I then save as xcf in case I ever need to edit. > >

Re: [PHP] ImageMagick functions

2008-10-27 Thread Martijn Korse
These classes contain methods which are just normal functions only residing in a class. pichoscosama wrote: > > When I look at online documentations of PHP I can not see ImageMagick > functions. Only classes. What happened? > > -- > Allah varsa çocuklar neden ölüyor ki? > > -- > PHP Ge

Re: [PHP] Imagemagick Displaying Images

2006-05-02 Thread Ray Hauge
On Tuesday 02 May 2006 18:24, Ray Hauge wrote: > On Tuesday 02 May 2006 18:19, Ray Hauge wrote: > > I have an application that shows thumnails of PDF files in different > > directories. I have so far decided that I can use "convert" from > > imagemagick to get a .jpg, .png, .gif, etc. to display a

Re: [PHP] Imagemagick Displaying Images

2006-05-02 Thread Ray Hauge
On Tuesday 02 May 2006 18:19, Ray Hauge wrote: > I have an application that shows thumnails of PDF files in different > directories. I have so far decided that I can use "convert" from > imagemagick to get a .jpg, .png, .gif, etc. to display as the image. The > problem I'm running into is that I

Re: [PHP] ImageMagick Versus GD

2005-04-05 Thread Richard Lynch
On Tue, April 5, 2005 1:05 am, [EMAIL PROTECTED] said: > which one is better ImageMagick or GD? > > infact I am much more curious about their image processing speed and > server > load. especially resizing large imagefiles. It probably depends more on your Machine's typical load/usage/processes th

Re: [PHP] ImageMagick Versus GD

2005-04-05 Thread C.J. Walsh
Personally, I prefer IM. As far as load issues are concerned, I am not sure which one is quicker. I have used both in large scale image web apps (i.e. photo galerries). I have experienced a long loading time for images in IM, that are at or above 2MB in size. C.J. > which one is better ImageMagic

Re: [PHP] ImageMagick

2004-06-17 Thread Decapode Azur
> Does anyone knows if PHP library for ImageMagick has multilanguage support? > I am planning to use it but I have not found anything related to this on > their site Do you mean for the error messages ? IMHO the error messages are for the programer, so there is not a real need to be multi-languag

[PHP] Re: PHP Imagemagick

2003-09-30 Thread Cameron Metzke
Ok i finally got the script going :) If anyones curious heres the code. exec($path_imagemagick."convert $path_picture -crop $height"."x$width+$x+$y $path_picture2"); "Cameron Metzke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i have a script where people upload an image it is th

Re: [PHP] ImageMagick Extension v0.2a Released (UPDATED)

2002-11-22 Thread Michael Montero
I believe there have been a few starts and stops with a module in the past but I haven't found anything with the complete feature set. I intend to do that. I am going to be looking for help in the future but I'd like to get the current stuff closer to my goal. There a number of things on the

Re: [PHP] ImageMagick Extension v0.2a Released (UPDATED)

2002-11-21 Thread Weston Houghton
I had no idea anyone was actively working on something like this. Are you looking for help? Do you plan on perhaps making this a Sourceforge project, or something similar? Cheers and great job, Wes On Thursday, November 21, 2002, at 05:56 PM, Michael Montero wrote: Just released the next ve

Re: [PHP] ImageMagick and Convert In PHP

2002-03-01 Thread Andrey Hristov
Hi, I had problem with ImageMagick's identify. When trying to use with a shell command in PHP big problems! Why. Trace of identify showed that it wants to create a temporary file in the directory where the scripts is but the apache/php runs under nobody:nobody but the web directories are owned b