Page Blocks

Hosting sponsored by:

Point In Space

 

API: Img

Filename:
fwpImg_raise.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_raise (Tag)

Description

Uses ImageMagick and PassThru to bevel the perimter of a specified image file with lightened and darkened edges.

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

Syntax

fwpImg_annotate:
   -srcfile = path,
   -destfile = path,
   -width=integer,
   -height = integer;

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

-width - optional : number of pixels wide of the bevel. Default is 2.

-height - optional : number of pixels high of the bevel. Default is 2.

Examples

[fwpImg_raise:
   -srcfile =  'ford-gt40.jpg',
   -destfile = 'ford-gt40-RAISE.jpg',
   -width = 10,
   -height = 10]

© 2002-2010, pageblocks.org