>> >> header("Content-type:image/jpeg"); >> $img = imagecreate(500 , 500); > > ImageCreateTrueColor を使ってみたらどうでしょう? 500x500サイズの黒が出現しただけでした。