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

[PHP] creating images using php

2005-11-02 Thread bala chandar
Hi, i know there is a support for Imagemagick in php. I have a doubt. 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 eg. Rose is the text and i want to Rose picture withing the text usin

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

[PHP] Creating Images

2003-09-04 Thread Jed R. Brubaker
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 function: imagecreatefrompng() in /web/html-docs/psych/jb4920/p

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

[PHP] Creating Images

2003-06-09 Thread Chris Blake
Greetings learned PHP(eople), I am using the code below to create buttons based on entries that are inserted into a text field from the preceding page. I got this code from my trusty tome "PHP and MySQL Web Development" by Luke Wellign/Laura Thomson. Problem is this : If I type in more than 18

[PHP] Creating images on the fly

2001-08-20 Thread Niklas Lampen
Is it possible to create images on the fly, if my phpinfo says nothing about GD? What I know is that ImageCreateFromPNG() says it's undefined. If not, what do I need to install to php to make it possible? Niklas Lampén -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: