Commit Graph

666 Commits

Author SHA1 Message Date
Andreas Huggel
d545215ceb Completed CRW write support, feature #438. Only tested on Linux 2006-01-17 03:59:41 +00:00
Andreas Huggel
92b9339cd2 Updated test output 2006-01-11 03:26:58 +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
42107086ec Minor change 2005-12-26 13:01:43 +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
b9d4e13073 Added VALGRIND variable to test scripts 2005-11-30 15:34:22 +00:00
Andreas Huggel
f0d59e4ce0 Tagged release 0.8 2005-11-19 14:14:32 +00:00
Andreas Huggel
da1b4cb3e0 Minor change 2005-11-19 14:13:31 +00:00
Andreas Huggel
f65b5c4021 Updated ChangeLog 2005-11-19 10:06:34 +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
bdce90b572 Minor changes 2005-11-12 17:14:13 +00:00
Andreas Huggel
fc93a620ee Improved bugfix regression test script 2005-11-12 17:13:49 +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
Andreas Huggel
9245f85298 Minor changes 2005-11-05 07:21:44 +00:00
Andreas Huggel
92a585fad0 Added option --libtool-libs and a tweak to --cflags to exiv2-config 2005-11-02 15:54:38 +00:00
Andreas Huggel
0ac2d66f4b Added exiv2-config script. Applications that include exiv2 headers and link with the installed library can use this in their build commands. 2005-11-01 15:50:51 +00:00
Andreas Huggel
1b45bf6e39 Honour DESTDIR variable in Makefile 2005-10-10 14:45:33 +00:00
Andreas Huggel
1c3bd8beb4 Started test driver for bugfixes regression testing 2005-10-09 12:46:53 +00:00
Andreas Huggel
ef8bd98e79 Added test images 2005-10-09 12:41:55 +00:00
Andreas Huggel
04861a2569 Updated documentation for Doxygen 1.4.5 2005-10-09 05:56:39 +00:00
Andreas Huggel
8c623635e9 Changed hasMakerNote to return an IfdId instead of bool 2005-10-09 05:00:43 +00:00
Andreas Huggel
260b9af10b Removed hasMakerNote() from ExifData and made it a free function. Added setting to generate an XML tagfile to Doxyfile. 2005-10-08 16:30:21 +00:00
Andreas Huggel
4843b8a5df Avoid adding a metadatum if reading the value fails 2005-10-08 11:38:44 +00:00
Andreas Huggel
57fa6c9211 Changed MemIo "copy-on-expand" to "copy-on-write" strategy to ensure that the original buffer is never modified 2005-10-08 11:36:48 +00:00
Andreas Huggel
c32e706c36 Changed Value::read() to return an int indicating success instead of throwing. Added Support for HHMMSS and H:M:S formats to TimeValue (assumes timezone is UTC). Fixes bug #440. 2005-10-08 11:34:32 +00:00
Andreas Huggel
06e5c0719e Removed trailing whitespace from source files 2005-10-08 11:25:44 +00:00
Andreas Huggel
277edf23fb Added imgreg.cpp to the MSVC build and did some cosmetic changes in the README 2005-09-25 12:54:34 +00:00
Andreas Huggel
773e6c6fa1 Use re-entrant system functions (gmtime_r, strerror_r) if available 2005-09-25 10:30:58 +00:00
Andreas Huggel
10a1b24398 Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip) 2005-09-25 10:23:50 +00:00
Andreas Huggel
ef7aae6fa3 Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation 2005-09-25 06:28:59 +00:00
Andreas Huggel
bcf10895aa Relaxed Iptc parsing to be able to read certain broken images 2005-09-25 06:03:07 +00:00
Andreas Huggel
7b34668853 Minor changes 2005-09-25 05:44:14 +00:00
Andreas Huggel
8093982ca4 Fixed MinGW warnings 2005-09-18 12:03:04 +00:00
Andreas Huggel
b55a7f9f9c Cosmetics 2005-09-18 09:36:53 +00:00
Andreas Huggel
0cd8d4e5d0 Adjusted svn properties 2005-09-17 14:19:11 +00:00
Andreas Huggel
98ebb66d61 Implemented "copy-on-expand" memory mgmt strategy for MemIo instead of blindly copying the memory buffer 2005-09-17 09:34:38 +00:00
Andreas Huggel
e65f3fef98 Fixed MSVC and MinGW warnings 2005-09-12 16:15:48 +00:00
Andreas Huggel
d7c80de351 Added -s <suffix> option to the utility. This allows, e.g, to use Canon THM files as source file for the insert command. 2005-09-11 15:23:42 +00:00
Andreas Huggel
2b55ed40b6 Corrected and renamed Ciff parser class hierarchy 2005-09-11 13:22:52 +00:00