cmb69 / foldergallery_xh

Automatic image galleries of whole folders
GNU General Public License v3.0
3 stars 2 forks source link

Use bilinear resizing for thumbnails #42

Open cmb69 opened 6 years ago

cmb69 commented 6 years ago

Bilinear resizing is likely to result in a better quality/size ratio for the thumbnails. Therefore using imagescale(), if available, should be investigated.

PS: the presently used imagecopyresampled() uses bicubic resizing (not sure about the parameters).