Page Blocks

Hosting sponsored by:

Point In Space

 

API: Img

Filename:
fwpImg_sharpen.ctag

Released With:
5.0.0

Current Version:
1.1.1

Status: Active

Min Lasso Tested: 8.1.0

Max Lasso Tested: 8.5.3

Related:

Still don't get it?

Check out the talk list archives, or join and ask your questions.

Documentation Error or Request?

Email documentation corrections or comments

API Reference

fwpImg_sharpen (Tag)

Description

Uses ImageMagick and PassThru to process an sharpen mask on a specified image file.

Use this custom tag format, or the fwp_imageFile custom type format.

Syntax

fwpImg_sharpen:
   -srcfile = path,
   -destfile = path,
   -radius = decimal,
   -sigma = decimal;

Parameters & Member Tags

-srcFile - required : a qualified pathname to the image file to be modified

-destFile - required : a qualified pathname for the new image file

-radius - optional : default is 0.0

-sigma - optional : default is 1.0

The default values will provide a practical sharpen result for images which have been downsized for thumbnails on webpages. Refer to the ImageMagick documentation for guidelines in using the parameters.

Examples

[fwpImg_sharpen:
   -srcfile =  $testImage,
   -destfile = 'ford-gt40-SHARPEN.jpg',
   -radius = 0.0,
   -sigma = 2.0]

© 2002-2012, pageblocks.org