Ho installato metapixel (un software per creare mosaici, che è nei repo), ma non lo trovo da nessuna parte!
Anche dando il comando da terminale non parte! Ecco cosa mi restituisce il terminale
Codice: Seleziona tutto
davide@davide:~$ metapixel
Usage:
metapixel --version
print out version number
metapixel --help
print this help text
metapixel [option ...] --prepare <inimage> <outimage> <tablefile>
calculate and output tables for <file>
metapixel [option ...] --metapixel <in> <out>
transform <in> to <out>
metapixel [option ...] --batch <batchfile>
perform all the tasks in <batchfile>
Options:
-l, --library=DIR add the library in DIR
-x, --antimosaic=PIC use PIC as an antimosaic
-w, --width=WIDTH set width for small images
-h, --height=HEIGHT set height for small images
-y, --y-weight=WEIGHT assign relative weight for the Y-channel
-i, --i-weight=WEIGHT assign relative weight for the I-channel
-q, --q-weight=WEIGHT assign relative weight for the Q-channel
-s --scale=SCALE scale input image by specified factor
-m, --metric=METRIC choose metric (subpixel or wavelet)
-e, --search=SEARCH choose search method (local or global)
-c, --collage collage mode
-d, --distance=DIST minimum distance between two instances of
the same constituent image
-a, --cheat=PERC cheat with specified percentage
-f, --forbid-reconstruction=DIST
forbid placing antimosaic images on their
original locations or locations around it
--out=FILE write protocol to file
--in=FILE read protocol from file and use it
Report bugs and suggestions to schani@complang.tuwien.ac.at
