forked from HaikuArchives/Album
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
83 lines (59 loc) · 2.7 KB
/
README
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
Album (code name Aberration)
Copyright (c) 2006-2015 by Matjaž Kovač
Album is a file browsing and tagging utility for BeOS/Haiku.
The idea is to have a work pad for pictures from different locations so they may be viewed and tagged.
The program is not limited to pictures and BFS (Be File System) volumes, although that makes most sense since some of the functionality has to do with file attributes.
DISTRIBUTION
This software is distributed under the terms of the MIT license. See LICENSE for details.
DOCUMENTATION AND UPDATES
Functionality is very similar to previous versions as described at
http://users.volja.net/mkovac1/proj/album
COMPILING
BeOS Generic Makefile, compiles on recent Haiku builds and BeOS R5 with some features disabled. Requires development headers for 'libiptcdata' library.
AUTHOR
Matjaž Kovač
Ljubljana, Slovenia
CHANGES
From 0.9.3 to 0.9.4
-source reworked
-Haiku tooltips, colors and date localization
-navigation improvements
-image loading bugs fixed
-UI glitches fixed
-redundant messaging removed
-new preferences
-"rebuild thumbnails" menu option
-mod. time label added
-experimental clipboard support
From 0.9.1 to 0.9.2
- Improved inter-apllication interoperability by implementing the negotiaded drag&drop. This allows you to drag images from PhotoGrabber (camera import utility) and similar applications. It isn't ideal though.
The problem is that kind of data exchange only works on files so Album first
creates a temporary directory in B_COMMON_TEMP_DIRECTORY/Album and starts watching for new files.
It then instructs the sender (the application files are dragged from) to store its
stuff there. If the sender somehow manages to overwrite existing files, they won't show up, because nothing was created, technically.
Remember to move images to a safer location by dragging them from Album elsewhere.
- Responds to Open With.. in Tracker.
From 0.9 to 0.9.1
- Three types of labels can be set independently.
- Selection made less time consuming.
From 0.7 to 0.9
- Overhauled UI
- Simplified source code, Haiku/BeOS compatible makefile
- Switched back to custom EXIF extraction (should speed up loading)
- Simplification and omission of some less used features
- Uses app_server for scaling
- Marked items are stored as BFS attributes
- Shows JPEG comments/width/height
- Speed optimizations, less memory allocations
From 0.3 to 0.7
- Switched to libexif and libiptcdata
- EXIF thumbnail extraction
- IPTC tags extraction
- Many user interface changes (tag indicator icons, marking, cosmetic improvements)
From 0.1 to 0.3
- Switched to a home-grown EXIF extraction lib.
- Tag import (Attribute association)
- Improved font sensitivity
- Added Labels menu
- Minor changes