forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: nickfzx on April 25, 2007, 02:53:49 pm

Title: are minithumbs sharpened?
Post by: nickfzx on April 25, 2007, 02:53:49 pm
Just wanted to know if mini thumbs are sharpened if thumbnail sharpening is enabled?

Or is it just the normal thumbnails that get sharpened?
Title: Re: are minithumbs sharpened?
Post by: Stramm on April 25, 2007, 06:46:32 pm
yep, mini thumbs get sharpened when thumb sharpening is enabled in config
Title: Re: are minithumbs sharpened?
Post by: nickfzx on April 25, 2007, 06:48:31 pm
thanks
Title: Re: are minithumbs sharpened?
Post by: Stramm on April 25, 2007, 07:00:50 pm
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
Code: [Select]
            if (!resize_image($work_image, $mini, $CONFIG['mini_thumb_width'], $CONFIG['thumb_method'], "mini", "false", 1))and change into
Code: [Select]
            if (!resize_image($work_image, $mini, $CONFIG['mini_thumb_width'], $CONFIG['thumb_method'], "mini", "false", 0))
Title: Re: are minithumbs sharpened?
Post by: nickfzx on April 25, 2007, 07:18:58 pm
nice to know but I will leave them with the sharpening :)