i have using GD library. Zlib and truefont is also installed. i have used the libraries to create thumbnails in jpg and is working fine 🙂
which libraries needs to be installed so that the quality of the thumbnails is increased. any more libraries needs to be installed to increase the quality already there.
thanks in advance
klyan
If you are working with the GD Library, you can specify the quality of the image, using the functions to save or create one. Like this:
ImageJpeg($image,$filename,$quality);
$quality is an integer value between 0 and 100.