Ask a Question related to PHP Development, Design and Development.
-
Jed R. Brubaker #1
Creating Images
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/public_html/pic/picture.php on line 12
Isn't imagecreatfrompng() a built in function? Anyone run across something
like this or a suggestion?
Thanks for the help!
Jed R. Brubaker
Jed R. Brubaker Guest
-
Creating Thumbnail Images
I have over 1000 images that I need to turn into thumnail images. I am looking for a program that can create all of these for me enmass. Also I am... -
Creating Cropped Images.
I am brand new to flash. I want to import an image and place it on a background... but I want just one image in the picture (a person for... -
Creating Quick Vector Images from Raster images
Hi ! I am aware of the conventional methods to create vector images from raster images, i.e. drawing the lines individually, then adding... -
Need help with creating video using JPG images
I have 10 time-lapsed JPG images that are all the exact same pixel size. I am attempting to create a FLASH video using FLASH MX 2004. I am not... -
Best book for creating new images and how to print multiple images
Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that... -
Catalin Trifu #2
Re: Creating Images
Hi,
RTFM: [url]http://de.php.net/manual/en/ref.image.php[/url]
Cheers,
Catalin
"Jed R. Brubaker" <jed.brubaker@psych.utah.edu> wrote in message
news:20030904232855.34827.qmail@pb1.pair.com...have> I have been trying to write some image creation scripts, and although Irelated> a version of PHP that includes image support, I keep getting errors> to imagecreatefrompng(). Here is the latest error:
>
> Fatal error: Call to undefined function: imagecreatefrompng() in
> /web/html-docs/psych/jb4920/public_html/pic/picture.php on line 12
>
> Isn't imagecreatfrompng() a built in function? Anyone run across something
> like this or a suggestion?
>
> Thanks for the help!
> Jed R. BrubakerCatalin Trifu Guest



Reply With Quote

