forum.coppermine-gallery.net

Support => cpg1.5 plugins => cpg1.5.x Support => cpg1.5 plugin contributions => Topic started by: Timos-Welt on November 11, 2009, 02:45:00 pm

Title: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: Timos-Welt on November 11, 2009, 02:45:00 pm
If you install this plugin, the thumb sharpening settings from the main settings page will also be valid for freshly generated intermediate pictures.
To modify old intermediate pictures, use the admin utils to re-generate them.

Note: Thumb sharpening must be enabled for this to work. If you install the plugin without enabling thumb sharpening, nothing will happen.

SVN of this plugin (https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/imsharpen/)

Download latest SVN snapshot (http://coppermine.svn.sourceforge.net/viewvc/coppermine/branches/cpg1.5.x/plugins/imsharpen.tar.gz?view=tar)

Download: http://sourceforge.net/projects/coppermine/files/Plugins/1.5.x/cpg1.5.x_plugin_imsharpen_v0.4.zip/download




Important!

If you use a newer release than cpg1.5.6, use version 0.5 of this plugin. Otherwise, use version 0.4.
Title: Re: [cpg1.5.x]: imsharpen - sharpen intermediate pics
Post by: Αndré on November 11, 2009, 03:28:33 pm
Currently your plugin disables thumb sharpening, as you only check
Code: [Select]
if ($CONFIG['picture_size'] == $new_size) $sharpen = 1;
Furthermore the config value picture_size doesn't exist. I suppose you mean picture_width.


I changed some other things and attached the new version to your inital post.
Title: Re: [cpg1.5.x]: imsharpen - sharpen intermediate pics
Post by: Timos-Welt on November 11, 2009, 03:53:27 pm
Thanks!
Title: Re: [cpg1.5.x]: imsharpen - sharpen intermediate pics
Post by: Timos-Welt on December 11, 2009, 02:09:26 pm
Added to svn.
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: Αndré on June 11, 2010, 09:39:35 am
Attached version 0.5 to the initial post.
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: jsalab on March 07, 2011, 11:15:19 am
How enable thumb sharpening? Thank you
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: Αndré on March 07, 2011, 11:28:50 am
You can enable thumb sharpening in the config: http://documentation.coppermine-gallery.net/en/configuration.htm#admin_picture_thumb_sharpening_enable
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: jsalab on March 08, 2011, 10:09:52 pm
Thank you very much, it is amazing.
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: fran86 on November 23, 2013, 05:02:30 am
I apologise for replying to an old topic but this plugin looks really useful since my intermediate pictures are very blurry... does this work on the latest release coppermine? I dont want to stuff anything up! Thankyou :)
Title: Re: Sharpen intermediate pics for cpg1.5.x (imsharpen)
Post by: Αndré on November 23, 2013, 03:21:32 pm
I don't see a reason why it shouldn't work with the latest Coppermine release.