画像リサイズすると激しく色落ちしたので調べてみた

Image_lib.phpの516行目を

$create    = ‘imagecreate’;   から

$create    = ‘imagecreatetruecolor’;に修正

直った感じです

コメントする