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. |
Applies an old, heritage style vintage effect to an image. |
last modified: December 16, 2018
USAGE: vintage3 [-H tinthue] [-S tintsaturation] [-A tintamount]
[-b brightness] [-c contrast] [-s vignetteshape]
[-r vignetterounding] [-l vignettelighten] [-N noiseamount]
[-L verticallines] [-B verticalbands] [-S backgroundmix] [-T bordertype]
[-W borderwidth] [ -R borderrounding] [-C bordercolor]
infile [backgroundfile] outfile
-H ... tinthue ............ vintage tint hue; 0<=integer<=360; default=32 PURPOSE: To apply an old, heritage vintage effect to an image. DESCRIPTION: vintage3 applies an old, heritage vintage effect to an image. The vintage effect includes: two color choices, noise, lines, various vignette types and various border types. ARGUMENTS: -H tinthue ... TINTHUE is the tint hue amount. Values are integers between 0 and 360. The default=32. -S tintsaturation ... TINTSATURATION is the tint saturation. Values are integers between 0 and 100. The default=25. -A tintamount ... TINTAMOUNT is the amount of vintage tinting. Values are integers between 0 and 100. The default=100. -b brightness ... BRIGHTNESS is the vintage brightness. Values are integers between -100 and 100. The default=10. -c contrast ... CONTRAST is the vintage contrast. Values are integers between -100 and 100. The default=-20. -s vignetteshape ... VIGNETTESHAPE is the vignette shape. Choices are: roundrectangle (r), horizontal (h), vertical (v) or none (n). The default=roundrectangle. -r vignetterounding ... VIGNETTEROUNDING is the vignette rounding percent for the roundrectangle shape only. Values are integers between 0 and 50. The default=50. -l vignettelighten ... VIGNETTELIGHTEN is the vignette ligntening. Values are integers between 0 and 100. The default=0. -N noiseamt ... NOISEAMT is the amount of noise added. Values are integers between 0 and 100. The default=30. -L verticallines ... VERTICALLINES is the intensity of vertical lines added. Values are integers between 0 and 100. The default=25. -B verticalbands ... VERTICALBANDS is the intensity of vertical bands added. Values are integers between 0 and 100. The default=30. -M backgroundmix ... BACKGROUNDMIX is the amount of background mixing with the image. Values are integers between 0 and 100. The default=35. -T bordertype ... BORDERTYPE is the image border type. The choices are: none (n), torn (t) or rounded (r). The default=none. -W borderwidth ... BORDERWIDTH is the image border width only for bordertype=torn and round. Values are integers between 0 and 100. The default=5. -R borderrounding ... BORDERROUNDING is the image border rounding percent only for bordertype=rounded. Values are integers between 0 and 50. The default=10. -C bordercolor ... BORDERCOLOR is the image border color. Any valid IM color is allowed. The default=white.
REFERENCES:
BACKGROUNDS:
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 - Variation in Background |
Original Image |
Arguments: |
Arguments: |
Arguments: |
Arguments: |
Example 2 - Variation in Border |
Original Image |
Arguments: |
Arguments: |
Arguments: |
Example 3 - Variation in Vignette Type |
Original Image |
Arguments: |
Arguments: |
Arguments: |
Arguments: |
Example 4 - Variation in Tint Hue |
Original Image |
Arguments: |
Arguments: |
Arguments: |
Example 5 - Another Image |
Original Image |
Arguments: |
What the script does is as follows:
|