This patch adds a "Sharpen" action to Imagecache. It *requires* an updated ImageAPI via this patch:

#266265: Sharpening for ImageAPI/Imagecache

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Moonshine’s picture

New patch for use with new ImageAPI patch and GD unsharp masking.

Fayna’s picture

I patched ImageAPI and ImageCache but I don't see a "Sharpen" action. >.<

Moonshine’s picture

That's odd. Assuming you've patched HEAD and are using D6, it should show up as the last action available in the "New Actions" fieldset. The label is:

"Add Sharpen - Sharpen an image using unsharp masking."

If you still don't see anything, maybe you can take a peek in "imagecache.module" to see if the patch was applied. A search for "imagecache_sharpen", it should find the action definition if the patch was applied properly.

I'll revert here and apply the patches myself also.

Moonshine’s picture

Just applied the patches to current Imagecache and ImageAPI HEAD code, and it seems to work fine. However, you will need to clear Drupal's cache via the the Performance admin page or the Devel module for the action to appear.

Fayna’s picture

Okay I see it now! Cool. :-) It works great!

dopry’s picture

Status: Needs review » Fixed

oh hey, committed. to DRUPAL-5 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.