GD ライブラリの imagecopyresized メソッドを使用しようとすると、次のエラーが発生します。
Warning: imagecopyresized() expects parameter 1 to be resource, string given in....
コード行は次のとおりです。
imagecopyresized($fullPath, $fullPath, 0, 0, 0, 0, 1000, $dst_h, $src_w, $src_h);
$fullpath は次と同じです。
/Applications/MAMP/htdocs/imageCrop/img/fileName.png
誰でも助けてもらえますか?