That's my call:
imageCopyResized ($O_imagen, $O_relleno, 0, 0, 0, 0, 83, 62, 174,
83);
If I do
imagePNG($O_relleno);
I can see the correct image, but when I do
imagePNG($O_relleno);
after imageCopyResized I see that it has copied a gray filled square (with
correct size, 83x62) but nothing more, any ideas?
Thnx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]