Fred's ImageMagick Scripts
|
Creates a glowing effect in an image. |
last modified: May 30, 2008
|
USAGE: glow [-a amount] [-s softening] infile outfile
-a .... amount ......... glow amount; float; amount>=1; default=1.5 PURPOSE: To create a glowing effect in an image. DESCRIPTION: GLOW creates a glowing effect in an image by applying a gain factor (amount) and optionally a blurring (soft). ARGUMENTS: -a amount ... AMOUNT of glow expressed as a gain factor. Values floats greater than or equal to 1. A value of 1 produces no glow. Larger values increase the glow. Typical values are between 1 and 2. The default is 1.5. -s softening ... SOFTENING creates a soft blurring effect to the glow. Values are integers greater than or equal to 0. A value of 0 produces no softening. Larger values increase the softening. Typical values are between 0 and 50. The default is 0. CAVEAT: No guarantee that this script will work on all platforms, nor that trapping of inconsistent parameters is complete and foolproof. Use At Your Own Risk. |
|
Image Glow |
|||
|
Original | |||
|
|||
|
Arguments: |
Arguments: |
Arguments: |
Arguments: |
|
|
|
|
|
Image Glow With Softening |
|||
|
Original | |||
|
|||
|
Arguments: |
Arguments: |
Arguments: |
Arguments: |
|
|
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands
|