Just wanted to know if mini thumbs are sharpened if thumbnail sharpening is enabled?
Or is it just the normal thumbnails that get sharpened?
yep, mini thumbs get sharpened when thumb sharpening is enabled in config
thanks
But if you don't need them to be sharpened, then it's just a 1 you have to change into a 0
in picmgmnt.inc.php find
if (!resize_image($work_image, $mini, $CONFIG['mini_thumb_width'], $CONFIG['thumb_method'], "mini", "false", 1))
and change into
if (!resize_image($work_image, $mini, $CONFIG['mini_thumb_width'], $CONFIG['thumb_method'], "mini", "false", 0))
nice to know but I will leave them with the sharpening :)