|
|
 Damir Grgic - 2009-11-05 13:12:46
Hi,
the idea is nice, but not function this class...
 Ricardo Queiroz - 2009-11-05 13:39:20 - In reply to message 1 from Damir Grgic
Verify if the extension gd2 is enable
uncoment the line ";extension=php_gd2.dll" in your php.ini
 Lasantha Samarakoon - 2009-11-05 15:44:01 - In reply to message 1 from Damir Grgic
No man, its working...anyway u have to enable gd2 extension. this is totally work on gd2 using general php functions.
 Damir Grgic - 2009-11-05 20:52:34 - In reply to message 3 from Lasantha Samarakoon
my gd extensions is always enabled...
I try execute your example... but the two image created of starting image "test.jpg" is one all black and second is all marron.
:(
 Ricardo Queiroz - 2009-11-06 12:28:19 - In reply to message 4 from Damir Grgic
Verify the path of the source file.
 Damir Grgic - 2009-11-06 14:22:59 - In reply to message 5 from Ricardo Queiroz
Yess... function... the problem is not the path, because the image is create in d:\\, but black....
I have problem with my WAMP... I try to my site online, and function very well.... thank's
 Lasantha Samarakoon - 2009-11-06 15:26:50 - In reply to message 6 from Damir Grgic
oh... datz good. I tried it in both fully qualified and relative filenames, and itz working well. So I totally confused. Didn't try it on WAMP, coz I'm using XAMPP. Anyway thanx for testing it man. :)
|