forked from schani/metapixel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
84 lines (48 loc) · 1.82 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Changes since version 0.10:
* The tables files must now always be in the directory where the
small images reside, and that directory is now called a "library".
* Metapixel can now take default values for its settings from a
configuration file in the user's home directory (".metapixelrc").
* Bugfixes
Changes since version 0.9:
* Metapixel can now enforce a minimum image distance for
collages.
* metapixel-prepare can now traverse the image directory
recursively (courtesy of Jake Di Toro).
* The tables file must now no longer be redirected to stdin
but it's name must be given to the option '--tables'.
This option can be used several times, so more than one
tables file can be read.
* The default minimum distance for classical mosaics is
now 5 instead of 0.
* A rudimentary man page is now included (courtesy of
Debian's Chris Vanden Berghe).
* Reading the tables file is now more than twice as fast.
* bugfixes
Changes since version 0.8:
* fixed a bug that prevented global search from working on
non-square images
* got rid of libzoom, so now Metapixel is standard GPL
* added the sizesort utility for sorting images by size
Changes since version 0.7:
* global search mode
* protocol writing and reading
* antimosaic
Changes since version 0.6:
* scaling of input image added
* tremendous memory usage improvement for classical mosaics
Changes since version 0.5:
* introduces the subpixel image comparison metric
Changes since version 0.4:
* cheat option
Changes since version 0.3:
* bugfixes
* minimum distance between two instances of the same constituent
image can be specified
Changes since version 0.2:
* bugfixes
* speed improvements
* got rid of ImageMagick
Changes since version 0.1:
* bugfixes
* speed improvements