Commit Graph

1234 Commits

Author SHA1 Message Date
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
Andreas Huggel
15564f4cf0 Fixed print function mixup and further cleaned-up the summary printing in the utility 2005-09-11 09:27:24 +00:00
Andreas Huggel
489fff191d Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup. 2005-09-11 08:41:54 +00:00
Andreas Huggel
f3a62630b2 Fixed bug #437, added "Raw" image quality 2005-09-08 15:41:12 +00:00
Andreas Huggel
666e9be9b4 Fixed name of included file 2005-08-21 15:10:10 +00:00
Andreas Huggel
147095cb35 Tagged Vizrea Exiv2 version 7 2005-08-21 15:09:23 +00:00
Andreas Huggel
ac2bdc1719 Removed GNU getopt files and Nikon lens data, updated tests 2005-08-21 14:52:55 +00:00
Andreas Huggel
4ce197d323 Started Vizrea branch from 0.7 2005-08-21 14:01:26 +00:00
Andreas Huggel
f6e736ad98 Replaced getopt with more mature version from MinGW (BSD license) 2005-08-21 13:44:34 +00:00
Andreas Huggel
efdcacdd7d Removed unnecessary includes 2005-08-01 14:44:25 +00:00
Andreas Huggel
a19b0f79e4 Updated Nikon lensdata to v1.19 of Robert Rottmerhusen's list 2005-08-01 14:30:26 +00:00
Andreas Huggel
47aad1f393 Added experimental bool ExifData::hasMakerNote() method 2005-07-31 09:35:15 +00:00
Andreas Huggel
5823ceaff3 Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424. 2005-07-31 08:50:09 +00:00
Andreas Huggel
1a2183c2ea This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed. 2005-07-24 04:09:51 +00:00
Andreas Huggel
d2b2ccf068 Added a few non-Exif tags (TIFF, TIFF/EP, Adobe) in accordance with libexif 2005-07-20 15:56:02 +00:00
Andreas Huggel
02dee1b329 Added tag and dataset title (label) 2005-07-10 09:45:03 +00:00
Andreas Huggel
96f6866afd Minor tweaks to the build environment: use values from the configure script rather than hardcoding them 2005-07-10 04:41:46 +00:00
Andreas Huggel
b7cab6cafd Updated Nikon lensdata to v1.15 of Robert Rottmerhusen's list 2005-07-10 04:37:33 +00:00
Andreas Huggel
043a4a348b Added #ifndef SUPPRESS_WARNINGS blocks around all output from the library: compile with -DSUPPRESS_WARNINGS for a quiet library 2005-07-09 10:38:09 +00:00
Andreas Huggel
7d3f50c244 Minor changes (moved inline functions which throw to *.cpp files) 2005-07-08 15:50:52 +00:00
Andreas Huggel
9c20ef1edb Fixed memory leaks found by Valgrind 2005-07-08 15:29:11 +00:00
Andreas Huggel
50abec1639 Replaced 'order-only prerequisites' with a simpler solution to remove dependency on the latest GNU make 2005-06-26 14:42:19 +00:00
Andreas Huggel
595454f39f Fixed ExifTags::printTag to call the print function only if there is at least one component in the value. Fixes bug #433. Fixed printLong print function to survive if the value is a Rational with a 0 denominator. 2005-06-26 11:04:27 +00:00
Andreas Huggel
6fd5c0127e Bugfix - use explicit rule to compile path-test.cpp 2005-06-19 06:59:31 +00:00
Andreas Huggel
2d2796bb38 Bugfix - remove the unused dependency files in .libs 2005-06-19 05:44:38 +00:00
Andreas Huggel
3f90820d08 Further tweaked the build process 2005-06-19 05:03:53 +00:00
Andreas Huggel
0643e35282 Makefile magic: added advanced auto-dependency generation 2005-06-18 17:16:51 +00:00
Andreas Huggel
c71f54eab5 Minor bugfixes 2005-06-17 12:18:52 +00:00
Andreas Huggel
1b3ce73101 Tagged release 0.7 2005-06-15 12:00:01 +00:00
Andreas Huggel
47157d6c76 Minor change to clean templates directory also from the distclean target 2005-06-14 14:07:42 +00:00
Andreas Huggel
f76193eb5f Updated Nikon3 lens database. Removed decrypt stub - that's not going to happen so soon unfortunately (see comment) 2005-06-14 13:57:39 +00:00
Andreas Huggel
8d4684437e Moved sample command file to doc/ directory 2005-06-12 15:54:50 +00:00
Andreas Huggel
ff1010fb70 Added Panasonic makernote files to project file 2005-06-12 15:06:36 +00:00