ch3co2h | Mon code :
Code :
- <?
- $back=ImageCreateFromJPEG("image.jpg" );
- $img_height = imagesy($back);
- $img_width = imagesx($back);
- imagecopyresized('th_img.jpg', $back, 0, 0, 0, 0,150, 150, $img_width, $img_height);
- ?>
|
L'erreur renvoyée est :
Warning: imagecopyresized(): supplied argument is not a valid Image resource in...
Je ne vois pas ce qui ne va pas, quelqu'un peut m'aider ? Message édité par ch3co2h le 26-08-2003 à 03:23:59
|