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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/63285-getting-error-in-imagecopy/#findComment-315451 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.