PNG issues
Posted by: Sindigo (---.A204.cust.bahnhof.se)
Date: March 16, 2007 02:41PM

Hi!

I've enabled gd in php.ini, and got imagecreatefromjpg() to work, but for some reason imagecreatefrompng() will not. Anyone know if I've forgotten something?

In phpinfo() it says PNG-support is enabled. Should I assume the error lies in my code?



Post Edited (03-16-07 14:51)

Options: ReplyQuote
Re: PNG issues
Posted by: CyberSpatium (71.237.217.---)
Date: March 16, 2007 09:41PM

impossible to tell what is wrong unless we know what error message are you getting?

CyberSpatium
----------------------
WAMP English Forum Admin

Please visit my latest website Clarify Loans:
ClarifyLoans.com

Options: ReplyQuote
Re: PNG issues
Posted by: Nazgull (---.poisk.poltava.ua)
Date: July 25, 2007 09:09AM

[25-Jul-2007 09:56:11] PHP Fatal error: Call to undefined function: imagecreatefrompng() in C:\ServeR\www\engine\modules\antibot.php on line 103

Error in that does not represent the picture of confirmation during registration of new user! Bases CMS.



Post Edited (07-25-07 09:11)

Options: ReplyQuote
Re: PNG issues
Posted by: CyberSpatium (71.237.217.---)
Date: July 25, 2007 11:53PM

gd2 is not enabled, so you can not use imagecreatefrompng(). you need to enable it in the php.ini file.

c:\wamp\apache2\bin\php.ini

find:
;extension=php_gd2.dll

remove the simicolon in front to enable it, so change to:
extension=php_gd2.dll

save the file and restart apache for the new setting to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Cellular Phone Deals - The Best on the Net! - FREE PHONES! Take your pick from our featured cellular phone deals by Cingular, Verizon, T-Mobile, Sprint PCS, Nextel, and more! Most of our cellular phone offers include a FREE cellular phone with FREE shipping!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.


Clarify Loans
Mortgage and Home Loan Advice


LaxGo Web Directory
Powerful human edited web directory of quality, spam-free sites organized via a comprehensive category structure.

Options: ReplyQuote


Sorry, only registered users may post in this forum.