Re: [PHP] creating images using php

2005-11-08 Thread Richard Lynch
On Wed, November 2, 2005 5:31 am, bala chandar wrote: > i know there is a support for Imagemagick in php. I have a doubt. Could be. > Please help me out. > I have to create a image in which a text which should insert a texture > withing it something like what we do with powerpoint word art. for e

Re: [PHP] Creating Images

2003-09-04 Thread Curt Zirzow
* Thus wrote Jed R. Brubaker ([EMAIL PROTECTED]): > I have been trying to write some image creation scripts, and although I have > a version of PHP that includes image support, I keep getting errors related > to imagecreatefrompng(). Here is the latest error: > > Fatal error: Call to undefined fun

Re: [PHP] Creating Images

2003-06-15 Thread Don Read
On 09-Jun-2003 Chris Blake wrote: > > Any ideas on how to make it so that the error I specified comes up and > not the "The image "http://xxx.xxx.xxx.xxx.x blah blah" part. > > Here`s the code : > --- >Header('Content-type: image/png'); > A little too early for that. Wait