PIXELIZE(1) | User Commands | PIXELIZE(1) |
pixelize - Create an image consisting of many small images
pixelize [OPTIONS] [image_file]
pixelize is a program that will use many scaled down images to try to duplicate, as closely as possible, another image.
pixelize works by splitting up the image you want rendered (or duplicated) into a grid of small rectangular areas. Each area is analyzed, and replaced with an image chosen from a large database of images. pixelize tries to pick images that best matches each area.
Note: Before running pixelize you have to create an image database (a file called pic_db.dat) using the make_db(1) utility.
Mandatory arguments to long options are mandatory for short options too.
Application options :
-i, --in=file_name Input file name
-o, --out=file_name Output file name
-m, --mode Command line mode
pic_db.dat
File containing a database of all pictures pixelise is going to use
to match and replace against areas of the processed image.
Please report any bugs you find to Paul Wilkins <pwilkins@lashwhip.com>.
pixelize is covered by the GNU General Public License (GPL), version 2 or later.
Paul Wilkins <pwilkins@lashwhip.com>
January 2020 | pixelize 2.0.0 |