kuchela Posted August 4, 2007 Share Posted August 4, 2007 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 More sharing options...
Barand Posted August 4, 2007 Share Posted August 4, 2007 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 Link to comment https://forums.phpfreaks.com/topic/63285-getting-error-in-imagecopy/#findComment-315451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.