imagecreatefrompng() undefined... need help!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • visiperl@gmail.com

    imagecreatefrompng() undefined... need help!

    Hi All,

    I'm pretty much at my wits end with vista IIS7 and php. I'm trying
    to get the gd library function imagecreatefrom png() function operating
    properly and have been unsuccessful. I've spent all day on this and
    am more than will to concede that it is something simple.

    I can currently to a php -m and see the gd library listed. It is in
    my php.ini (php_gd2.dll) and also the file in the ext directory is ;

    11/08/2007 11:23 PM 950,329 php_gd2.dll

    Any suggestions would be GREATLY appreciated.

    Regards,
    Ken
  • Rik Wasmus

    #2
    Re: imagecreatefrom png() undefined... need help!

    On Tue, 12 Feb 2008 04:06:39 +0100, visiperl@gmail. com
    <visiperl@gmail .comwrote:
    Hi All,
    >
    I'm pretty much at my wits end with vista IIS7 and php. I'm trying
    to get the gd library function imagecreatefrom png() function operating
    properly and have been unsuccessful. I've spent all day on this and
    am more than will to concede that it is something simple.
    >
    I can currently to a php -m and see the gd library listed. It is in
    my php.ini (php_gd2.dll) and also the file in the ext directory is ;
    >
    11/08/2007 11:23 PM 950,329 php_gd2.dll
    >
    Any suggestions would be GREATLY appreciated.
    Does a phpinfo() also tell you GD is enabled? It may not be using the .ini
    feel you expect, check that one too in phpinfo().
    --
    Rik Wasmus

    Comment

    Working...