Copyright © Fred Weinhaus My scripts are available free of charge for non-commercial (non-profit) use, ONLY. For use of my scripts in commercial (for-profit) environments or non-free applications, please contact me (Fred Weinhaus) for licensing arrangements. My email address is fmw at alink dot net. If you: 1) redistribute, 2) incorporate any of these scripts into other free applications or 3) reprogram them in another scripting language, then you must contact me for permission, especially if the result might be used in a commercial or for-profit environment. Usage, whether stated or not in the script, is restricted to the above licensing arrangements. It is also subject, in a subordinate manner, to the ImageMagick license, which can be found at: http://www.imagemagick.org/script/license.php Please read the Pointers For Use on my home page to properly install and customize my scripts. |
Enhances the colors in an image. |
last modified: May 31, 2021
USAGE: vividize [-a amount] [-c choice] infile outfile
-a amount .... amount of vividization; 0<=integer<=100; default=100 (full vividization) PURPOSE: To enhance the colors in an image. DESCRIPTION: VIVIDIZE enhances the colors in an image, i.e. makes the colors more vivid. Processing is done in LAB colorspace. ARGUMENTS: -a amount ... AMOUNT of vividization. Values are 0<=integer<=100. The default=100 (full vividization). -c choice ... CHOICE for vividizing. Options are: color (c), intensity (i) or both (b). The default=both. 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. |
Example 1 |
||
Original |
||
Arguments: |
||
Example 2 |
||
Original |
||
Arguments: |
||
Example 3 |
||
Original |
||
Arguments: |
||
Arguments: |
||
Arguments: |
||
What the script does is as follows:
This is equivalent to the following IM commands
|