File: NEWS

package info (click to toggle)
metapixel 1.0.2-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: ansic: 5,428; perl: 175; xml: 122; makefile: 74
file content (98 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download | duplicates (9)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Changes in version 1.0.1:

  * Bugfixes

  * sizesort renamed to metapixel-sizesort.

  * Improvements to metapixel-sizesort.

  * RPM SPEC file added.

Changes in version 1.0.0:

  * Bugfixes

Changes since version 0.11:

  * 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.10:

  * 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.9:

  * 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.8:

  * Global search mode

  * Protocol writing and reading

  * Antimosaic

Changes since version 0.7:

  * Scaling of input image added

  * Tremendous memory usage improvement for classical mosaics

Changes since version 0.6:

  * Introduces the subpixel image comparison metric

Changes since version 0.5:

  * Cheat option

Changes since version 0.4:

  * Bugfixes

  * Minimum distance between two instances of the same constituent
    image can be specified

Changes since version 0.3:

  * Bugfixes

  * Speed improvements

  * Got rid of ImageMagick

Changes since version 0.2:

  * Bugfixes

  * Speed improvements