diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-02 13:50:16 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-02 13:50:16 +0200 |
| commit | 1e355114311d7bf44b96b11b745857a2b68e8a06 (patch) | |
| tree | e9e63419c60b1668a22bceda4447794469db21ba /README | |
| parent | 64c8713ab4a64eaf53a764530837bd3ae47a89d2 (diff) | |
| download | cataract-1e355114311d7bf44b96b11b745857a2b68e8a06.tar.xz | |
Port to exiv2 library
Now we are able to read EXIF, IPTC and JPEG metadata such as caption, copyright, author etc. though we don't display them anywhere yet.
Fixes weird shutter times.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,14 +18,13 @@ Feature highlights: * fast, easy to cache/mirror * XML-based description files * modern design, valid XHTML 1.0 and CSS 2 - * EXIF support + * EXIF & IPTC support * console application, allowing easy scripting (e.g. auto-refresh after new images are uploaded via FTP) Planned features: * prefetch of next image (JavaScript) * strip unnecessary blocks from images - EXIF, thumbnails - * port to exiv2 library to get rid of that weird shutter times, IPTC support * support adding comments and copyright notes to images * switchable flat album view * groups in the album - e.g. separate years, decades... @@ -57,7 +56,7 @@ BUILDING First make sure you have meet the following requirements: libxml-2.0 (tested with 2.6.32) glib-2.0 (2.12.0 recommented, tested with 2.16.3) - libexif (tested with 0.6.16) + exiv2 (tested with 0.17) ImageMagick (tested with 6.4.2.0) To compile cgg, type 'make' |
