are minithumbs sharpened? are minithumbs sharpened?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

are minithumbs sharpened?

Started by nickfzx, April 25, 2007, 02:53:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nickfzx

Just wanted to know if mini thumbs are sharpened if thumbnail sharpening is enabled?

Or is it just the normal thumbnails that get sharpened?

Stramm

yep, mini thumbs get sharpened when thumb sharpening is enabled in config

nickfzx


Stramm

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))

nickfzx

nice to know but I will leave them with the sharpening :)