Check out
http://cr.php.net/imagejpeg
Using imagejpeg the third parameter is the quality... use 75 or more to not loose all the quality...
You can also create a default value for your script... like $def_quality=82;
Then you'll do:
[php]
imagejpeg($second,$v_thumbnailfile,$def_quality);
[/php]
hope this helps.
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
Offline 57 posts
since Mar 2005