-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
69 lines (51 loc) · 1.71 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
Galapix 0.1.3 (??. Oct 2009)
============================
* some general code cleanup
* mandelbrot set generation support
* faster loading by combining FileEntry and Tile generation
* flexible file format support
Galapix 0.1.2 (25. Oct 2009)
============================
* fixed issue with newly generated images not showing up properly
* added automatic check for libspnav
* added proper configuration variables to build script
Galapix 0.1.1 (24. Oct 2009)
============================
* EXIF support
* Zoomify support
* available thumbnails are now loaded directly at startup, instead of
dynamically later on
* FileEntry and TileEntry generation has been merged to allow faster
loading
* image refresh on F5 has been fixed
Galapix 0.1.0 (17. Oct 2009)
============================
* database layout has changed
* switched to boost::thread
* added an incomplete Gtk based GUI
* added OpenGL anti-aliasing (--anti-aliasing N)
* added toggling of the background color
* added a flexible grid overlay tool
* support for SVG via RSVG
* support for RAW images via UFRaw
* support for PNG images via libpng
* support for ImageMagick via Magick++
* support for Gimp/XCF via xcftools
* support for Krita/KRA via koconvert
* support for RGBA tiles
* support for zip archive files
* support for rar archive files
* support for http/ftp via libcurl
Galapix 0.0.3 (12. Sep 2008)
============================
* fixes for gcc 4.3
* added random layout function
* added random shuffle
* added function to create non-overlapping layouts
* scale is smoothly handled on relayout
* added MoveTool to move and scale images
* fixed random halting of the application
Galapix 0.0.2 (4. Sep 2008)
===========================
* initial release
# EOF #