Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

metapixel(1) [debian man page]

METAPIXEL(1)															      METAPIXEL(1)

NAME
metapixel - generator for photomosaics SYNOPSIS
metapixel-prepare [options] [srcdir] [destdir] prepares the pictures in srcdir by creating resized images and a table file in destdir metapixel [options] [--metapixel input.jpg output.png --library destdir] creates a photomosaic output.png using input.jpg as the input image and destdir/tables.mxt as table file DESCRIPTION
This manual page documents briefly the metapixel and metapixel-prepare commands. For more information check the README file included in the distribution. metapixel is a program for generating photomosaics. It can generate classical photomosaics, in which the source image is viewed as a matrix of equally sized rectangles for each of which a matching image is substitued, as well as collage-style photomosaics, in which rectangular parts of the source image at arbitrary positions (i.e. not aligned to a matrix) are substituted by matching images. metapixel-prepare is a utility that needs to be run before metapixel can be used. It prepares your source images so that they can be used by metapixel to create the actual photomosaic. USAGE
metapixel-prepare srcdir destdir has to be run first. srcdir is the path to the directory containing the source images, e.g. ~/Pic- tures/Holidays. destdir, e.g. ~/.metapixel, is the path to the directory where you want to store the rescaled images and the tables.mxt in- dex file. This directory should be created manually before running metapixel-prepare. metapixel --metapixel input.jpg output.png --library destdir is then used to transform an image (input.jpg) into a mosaic (output.png) us- ing the source images (described by destdir/tables.mxt). OPTIONS
The options are described in the README file or by running metapixel or metapixel-prepare with the --help option. SEE ALSO
The README file is included in the Metapixel distribution. AUTHOR
This manual page was written by Chris Vanden Berghe <Chris@VandenBerghe.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. AUTHOR
Chris Vanden Berghe. May 5, 2004 METAPIXEL(1)

Check Out this Related Man Page

IPTC(1) 							  [FIXME: manual]							   IPTC(1)

NAME
iptc - Utility for viewing and modifying the contents of IPTC metadata in images. SYNOPSIS
iptc [[-q] | [--quiet]] [[-b] | [--backup]] [[-s] | [--sort]] [[-v VALUE] | [--value=VALUE]] [[[-l] | [--list]] [[-L TAGS] | [--list-desc=TAGS]] [[-a TAGS] | [--add=TAGS]] [[-m TAGS] | [--modify=TAGS]] [[-d TAGS] | [--delete=TAGS]] [[-p TAGS] | [--print=TAGS]]] [--help] [--version] [file...] DESCRIPTION
This manual page documents briefly the iptc command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. iptc is a IPTC data editor. You can add, modify and delete ITPC metadata in images. You can also get the value of a particular tag. -q, --quiet Produce less verbose output. -b, --backup Backup any modified files. -s, --sort Sort tags before displaying or saving. --help Display an help message and exit. --version Display an iptc version number and exit. -l, --list List the name of all known tags (i.e. Caption, etc). -L TAG, --list-desc=TAG Print the name and description of TAG. -a TAG, --add=TAG Add new tag with identifier TAG. -m TAG, --modify=TAG Modify tag with identifier TAG (add if not present). -v VALUE, --value=VALUE Value for added/modified tag. -d TAG, --delete=TAG Delete tag with identifier TAG. -p TAG, --print=TAG Print value of tag with identifier TAG. file Files to edit. EXAMPLES
Display the IPTC metadata contained in image.jpg: iptc image.jpg Set caption "Foo" in all jpegs of the current dir: iptc -m Caption -v "Foo" *.jpg Add keyword "vacation" to all jpegs: iptc -a Keywords -v "vacation" *.jpg LICENSE
This manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. AUTHOR
Sylvain Le Gall <gildor at-smtp-server debian.org> Author. COPYRIGHT
Copyright (C) 2007 Sylvain Le Gall [FIXME: source] Jan 17, 2007 IPTC(1)
Man Page