1METAPIXEL(1) METAPIXEL(1)
2
3
4
6 metapixel - generator for photomosaics
7
9 metapixel-prepare [options] [srcdir] [destdir]
10
11 prepares the pictures in srcdir by creating resized
12 images and a table file in destdir
13
14
15 metapixel [options]
16 [--metapixel input.jpg output.png --library destdir]
17
18 creates a photomosaic output.png using input.jpg as the input
19 image and destdir/tables.mxt as table file
20
21
22
24 This manual page documents briefly the metapixel and metapixel-prepare
25 commands. For more information check the README file included in the
26 distribution.
27
28
29 metapixel is a program for generating photomosaics. It can generate
30 classical photomosaics, in which the source image is viewed as a matrix
31 of equally sized rectangles for each of which a matching image is sub‐
32 stitued, as well as collage-style photomosaics, in which rectangular
33 parts of the source image at arbitrary positions (i.e. not aligned to a
34 matrix) are substituted by matching images.
35
36
37 metapixel-prepare is a utility that needs to be run before metapixel
38 can be used. It prepares your source images so that they can be used by
39 metapixel to create the actual photomosaic.
40
41
43 metapixel-prepare srcdir destdir has to be run first. srcdir is the
44 path to the directory containing the source images, e.g. ~/Pic‐
45 tures/Holidays. destdir, e.g. ~/.metapixel, is the path to the directo‐
46 ry where you want to store the rescaled images and the tables.mxt index
47 file. This directory should be created manually before running metapix‐
48 el-prepare.
49
50
51 metapixel --metapixel input.jpg output.png --library destdir is then
52 used to transform an image (input.jpg) into a mosaic (output.png) using
53 the source images (described by destdir/tables.mxt).
54
55
57 The options are described in the README file or by running metapixel or
58 metapixel-prepare with the --help option.
59
60
62 The README file is included in the Metapixel distribution.
63
64
66 This manual page was written by Chris Vanden Berghe <Chris@Vanden‐
67 Berghe.org> for the Debian system (but may be used by others). Permis‐
68 sion is granted to copy, distribute and/or modify this document under
69 the terms of the GNU General Public License, Version 2 any later ver‐
70 sion published by the Free Software Foundation.
71
72
73 On Debian systems, the complete text of the GNU General Public License
74 can be found in /usr/share/common-licenses/GPL.
75
76
78 Chris Vanden Berghe.
79
80
81
82 May 5, 2004 METAPIXEL(1)