Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: are minithumbs sharpened?  (Read 4835 times)

0 Members and 1 Guest are viewing this topic.

nickfzx

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 285
are minithumbs sharpened?
« 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?
« Last Edit: April 25, 2007, 06:49:29 pm by GauGau »
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: are minithumbs sharpened?
« Reply #1 on: April 25, 2007, 06:46:32 pm »

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

nickfzx

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 285
Re: are minithumbs sharpened?
« Reply #2 on: April 25, 2007, 06:48:31 pm »

thanks
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: are minithumbs sharpened?
« Reply #3 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))

nickfzx

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 285
Re: are minithumbs sharpened?
« Reply #4 on: April 25, 2007, 07:18:58 pm »

nice to know but I will leave them with the sharpening :)
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.