Quote:
Originally Posted by Blindchild02
http://www.carchops.com/vbimghost.ph...ayimg&imgid=81
hmmmm, seems to be better, i turned off thumbnail & watermark
What does the thumbnail option do? is that for posting thumbnail images?
edit: ok, it's definately the watermark... any suggestion on how to fix?
edit2: ok, seems to lower the quality even with the text watermark...
|
Found the problem
it's only happens with Jpeg files
to fix this
Open vbimghost_include.php ( which is under the include folder )
find
Code:
imagejpeg($img,$imgdir."/".$imgname);
and replace it with
Code:
imagejpeg($img,$imgdir."/".$imgname,100);