Fred's ImageMagick Scripts
|
Creates a pixelized or blocky effect in an image. |
last modified: May 30, 2008
|
USAGE: pixelize [-s size] infile outfile -s .... size ..... pixelization size; size>0; default=3 PURPOSE: To create a pixelized or blocky effect in an image. DESCRIPTION: PIXELIZE creates a pixelized or blocky effect in an image where more pixelization (larger sizes) create larger blocky effects. ARGUMENTS: -s size ... SIZE is the pixelization (block) size. Values are greater than 0. The default is 3. 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 Pixelization |
|
|
Original |
Arguments: |
|
|
|
Arguments: |
Arguments: |
|
|
|
|
What the script does is as follows:
This is equivalent to the following IM commands.
|