Jump to content

getting error in Imagecopy


kuchela

Recommended Posts

hello friends,

 

i need help in the php with imagecopy function.

 

when i run my php program it is showing errors like this in command line argument

 

PHP Warning:  imagecopy(): supplied argument is not a valid Image resource in /var/www/html/imagecp.php on line 19

 

please any body tell me out to solve this problem, i need sample code that will copy image from one to another

 

thank u

Link to comment
https://forums.phpfreaks.com/topic/63285-getting-error-in-imagecopy/
Share on other sites

When using imagecopy(), both the src and dest images need to be GD images created with one of the imagecreate functions, such as

 

imagecreate()

imagecreatetruecolor()

imagecreatefromXXX()  where XXX is an image file type such as png, gif, jpeg

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.