Click to See Complete Forum and Search --> : Creating thumbnails from PHP


joshi.mangesh
01-16-2008, 07:47 AM
Hello,

I am creating thumbnails from PHP by using GD library.


right now i ma creating thumbnails but those thumbnails are not very clear and Sharp..I am craeting thumbnail from Original image (1500 width) to 6o width.


How to make thumbnails sharp and clear ?

is any other method their ?

Thanks in advance.

TheRave
01-16-2008, 08:24 AM
Make them bigger.

joshi.mangesh
01-16-2008, 08:32 AM
I have to create thumbnails of width 60 only....

TheRave
01-16-2008, 08:34 AM
When you store/save the files with the GD library are you using the maximum quality setting avaliable for the file type you're using?

joshi.mangesh
01-16-2008, 12:25 PM
Previously i was using ...imagecopyresized() function...but now i am using imagecopyresampled() function and now i ma getting expected quality ...

Thanks to ALL