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 mosaic tiles effect to image. |
last modified: December 15, 2018
USAGE: mosaictiles [-t tsize] [-w width ] [-b bright] [-A] [-r ripples]
-t ... tsize ...... size of tiles; integer>0; default=30 PURPOSE: To apply a mosaic tiles effect to image. DESCRIPTION: MOSAICTILES applies a mosaic tiles effect to image. The user may control the tile size, grout thickness, grout brightness and grout ripples. This script is similar to the Photoshop Mosiac Tiles filter. ARGUMENTS: -t tsize ... TSIZE is the size of the tiles in the x and y direction. Values are integers greater than 0. The default=30. -w width ... WIDTh of the grout. Values are integers greater than 0. The default=3. -b bright ... BRIGHT is the brightness of the grout. Values are between 0 and 100. The default=0. -c color ... COLOR is the grout color. Any valid opaque IM color is allowed. -A ... ANTIALIAS grout. -r ripples ... RIPPLES are the extent of the ripples (wiggles) in the grout. Values are integers greater than or equal to 0. The default=15. -g granular ... GRANULAR is the granularity of the noise image used to make the rippled grout. Smaller values gives small curls, while larger values are broader curves. Values are integers greater than or equal to 0. The default=5. -n newseed ... NEWSEED is the seed value for the random noise image. Values are integers greater than or equal to 0. The default is random seed values. 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 Tile Size |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 2 -- Variation in Grout Width |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 3 -- Variation in Grout Brightness |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 4 -- Variation in Grout Ripples |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 4 -- Variation in Granularity |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 5 -- Variation in Seed |
||
Original | ||
Arguments: |
Arguments: |
Arguments: |
Example 6 -- Variation in Antialiasing |
|
Original | |
Arguments: |
Arguments: |
Example 7 -- Different Grout Color |
|
Original | |
Arguments: |
Arguments: |
What the script does is as follows:
This is equivalent to the following IM commands
|