Commit Graph

510 Commits

Author SHA1 Message Date
Andreas Huggel
e32800a9df Added TIFF image and parser to exiv2lib, fixed MSVC 7.1 compilation errors 2006-04-09 10:44:18 +00:00
Andreas Huggel
69466c90d9 Fixed setting of start for next IFD and misc minor changes 2006-04-07 15:42:23 +00:00
Andreas Huggel
70695ded92 Experimental TIFF read-only support, without Makernotes. As a side-effect, the parser also handles NEF images. Only tried on Linux so far. 2006-04-06 12:12:53 +00:00
Andreas Huggel
bec3e47dfe Second snapshot, still very experimental 2006-04-04 13:24:07 +00:00
Andreas Huggel
a673aef4e2 Set svn properties 2006-04-02 17:28:49 +00:00
Andreas Huggel
b51b0ea039 Alpha status TIFF test app, not yet added to Makefile 2006-04-02 17:25:24 +00:00
Andreas Huggel
ef30cbbd50 Alpha status TIFF image and parser, not yet added to Makefile 2006-04-02 17:24:11 +00:00
Andreas Huggel
23d1c91788 Fixed inaccurate error message for failure to decode Jpeg metadata 2006-03-31 06:54:24 +00:00
Andreas Huggel
ab10daa6d9 Removed trailing whitespace 2006-03-29 10:43:54 +00:00
Andreas Huggel
56f7b38689 Changes for Visual Studio C++ 2005 (8.0), part 1 2006-03-14 14:15:46 +00:00
Andreas Huggel
8761340ed7 Check C-string pointer before using it. Fixes bug #456 2006-03-13 03:55:26 +00:00
Andreas Huggel
6701f7ac59 Updated labels and translations (Patrice Boissonneault) 2006-03-10 08:33:22 +00:00
Andreas Huggel
7fd55c4928 Fixed MSVC compilation problem 2006-03-10 08:30:55 +00:00
Andreas Huggel
6040ce878b Added support for Exif.Image.Orientation for Canon CRW images 2006-02-27 11:39:05 +00:00
Andreas Huggel
7a7025db59 Added comment to mapping table, fixed cut-n-paste bug 2006-02-26 11:56:26 +00:00
Andreas Huggel
6e499c1261 Updates for release 0.9.1 2006-02-03 16:17:34 +00:00
Andreas Huggel
b945568e6e Fixed MSVC compilation errors 2006-02-03 14:36:32 +00:00
Andreas Huggel
5f1de61749 Minor doc fix 2006-02-03 08:36:18 +00:00
Andreas Huggel
2360321cbe Added enum MetadataId and Image::supportsMetadata() to check what metadata an image class supports. Changed CrwImage to silently ignore calls to Iptc related functions instead of throwing an Error 2006-02-03 08:16:13 +00:00
Andreas Huggel
a2b8c3f327 Added testcase and warning for bug #451 2006-02-03 08:13:34 +00:00
Andreas Huggel
a1a5ff02b8 Fixed invalid type id for user comment tag, bug #451 2006-02-03 04:41:44 +00:00
Andreas Huggel
e1a895636b Cleaned-up a few includes 2006-01-27 14:36:08 +00:00
Andreas Huggel
c1bf0abbc9 Reset Doxygen flags to avoid extensive doc, fixed minor doc bug 2006-01-26 03:20:02 +00:00
Andreas Huggel
54d3b2ce49 Updated ChangeLog and bumped version to 0.9 2006-01-25 17:35:46 +00:00
Andreas Huggel
0c265b9656 Fixed obscure MSVC compilation problem 2006-01-25 09:41:56 +00:00
Andreas Huggel
b953a4e9da Added fixiso action. Implements feature #450. 2006-01-25 06:48:44 +00:00
Andreas Huggel
45db713002 Corrected SerialNumber to be in directory 0x3004 2006-01-25 04:16:58 +00:00
Andreas Huggel
145f41dee4 Better handling of the header, and fixed a memory leak 2006-01-24 08:58:10 +00:00
Andreas Huggel
f5bc6a420d Added option to enable/disable dependency-tracking to configure script 2006-01-20 08:45:59 +00:00
Andreas Huggel
4488e2c204 Added some basic CRW mapping documentation and a few unknown tags to the Canon Makernote (in order to define the type) 2006-01-20 06:12:27 +00:00
Andreas Huggel
7eac9bbe92 Fixes for MinGW and MSVC 2006-01-18 11:34:45 +00:00
Andreas Huggel
cbc9a5bbaa Fixed to use GNU version of strerror_r where needed 2006-01-18 02:48:52 +00:00
Andreas Huggel
99b4e71459 Updated copyright and fsf address 2006-01-17 14:53:57 +00:00
Andreas Huggel
444ab5f0bc Minor updates 2006-01-17 13:18:34 +00:00
Andreas Huggel
d545215ceb Completed CRW write support, feature #438. Only tested on Linux 2006-01-17 03:59:41 +00:00
Andreas Huggel
a0f0c0e18c Another update on the way to CRW write-support. Still not complete; don't use 2006-01-11 03:24:03 +00:00
Andreas Huggel
c3c758c2f3 Updated Nikon lens info to v2.00 of Robert Rottmerhusen's lens database 2006-01-02 11:54:23 +00:00
Andreas Huggel
3eea926b43 Preparations for CRW write support. 2006-01-01 15:15:00 +00:00
Andreas Huggel
8befde4120 Utility: use CanonCs2.ISOSpeed instead of CanonCs1.ISOSpeed 2005-12-26 13:01:27 +00:00
Andreas Huggel
bce4645165 Added a parser layer to the Crw image handling code. No functional change. 2005-12-26 12:59:59 +00:00
Andreas Huggel
8ef1d8f854 Added -c option to the exiv2 utility to set the Jpeg comment from a string given on the command line. Implements feature #446. 2005-12-13 16:18:52 +00:00
Andreas Huggel
d509e8c86f Fixed include for utime.h to compile on Windows 2005-12-11 16:10:41 +00:00
Andreas Huggel
c5d91d374a Added option -k to preserve file timestamps and -t/-T to set the timestamp in the rename action. Only tested on Linux. Implements feature #448. 2005-12-11 13:41:16 +00:00
Andreas Huggel
fc11d18013 Make sure the str argument to sscanf() is a 0 terminated C-string. Fixes Bug #447. 2005-12-10 10:36:36 +00:00
Andreas Huggel
59f891d88c Updated Nikon lens info to v1.54 of Robert Rottmerhusen's lens database 2005-12-08 15:51:17 +00:00
Andreas Huggel
0398735e80 Changed class Entry to transform comment type on the fly. Fixes bug #445. 2005-11-19 10:04:02 +00:00
Andreas Huggel
fd2b211222 Bumped version to 0.8, updated ChangeLog 2005-11-18 15:37:58 +00:00
Andreas Huggel
2cd2ad6444 Minor cleanup 2005-11-18 15:37:21 +00:00
Andreas Huggel
58e8f30110 Added man page (based on Peter KELEMEN's Debian man page) 2005-11-18 15:35:42 +00:00
Andreas Huggel
f4adc6528b Changed Exif parser to skip broken Ifds if possible. Fixes bug #443. 2005-11-12 17:10:47 +00:00