Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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...
    > 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
    Catalin Trifu Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139