Commit Graph

891 Commits

Author SHA1 Message Date
Andreas Huggel
005c55ebf0 #552: Fixed obscure Mac OS X 10.3.9 compiler error. 2008-06-07 13:01:42 +00:00
Andreas Huggel
216cffe9ff Reverted to using snprintf, now that I found out how MSVC calls it. 2008-06-06 02:51:18 +00:00
Andreas Huggel
c463cdd283 Tried to improve GPSTimeStamp conversions, extended tests. 2008-06-05 15:45:07 +00:00
Andreas Huggel
528b2b11a1 Added a few more conversion tweaks, yet to be tested. 2008-06-05 10:47:40 +00:00
Andreas Huggel
6361c82013 Just some reminders added. 2008-06-04 10:06:09 +00:00
Andreas Huggel
2565d5c2f4 Added basic conversion testcases, fixes. 2008-06-04 09:59:51 +00:00
Andreas Huggel
05f277fb1c Improved conversion to/from XMP LangAltValues. 2008-06-04 08:38:14 +00:00
Andreas Huggel
1f1b486046 Improved conversion of text and comment values. There is still no charset conversion yet, though. 2008-06-04 04:46:51 +00:00
Andreas Huggel
6b7e90e7c2 More doc tweaks. 2008-06-04 03:15:54 +00:00
Andreas Huggel
25241b14d9 Minor man page update. 2008-06-04 02:29:23 +00:00
Andreas Huggel
ff47483e85 Mainly changes to make MSVC compilers happy, improved accuracy of GPS coordinates conversion. 2008-06-03 17:28:46 +00:00
Andreas Huggel
4c6841dbae Minor doc updates. 2008-06-03 09:29:15 +00:00
Andreas Huggel
9cc803511c Bumped version to 0.17. 2008-06-03 03:19:18 +00:00
Andreas Huggel
d5414dd8ec Removed obsolete error message. 2008-06-03 02:34:51 +00:00
Andreas Huggel
061dd230ce #550: Removed MakerTagInfo registry, improved Ifd-info lookup table. 2008-06-03 02:15:04 +00:00
Andreas Huggel
e17f53c2e6 Completed exiv2 utility support for XMP sidecar files. 2008-05-22 08:38:20 +00:00
Andreas Huggel
ef14bf1c31 Changed option -eX to write XMP sidecar file (corresponding insert not done yet). 2008-05-22 02:12:24 +00:00
Andreas Huggel
f8a4d46103 Renamed XMP.hpp from the XMP-SDK to XMPSDK.hpp to avoid potential name clashes with Exiv2's xmp.hpp 2008-05-21 02:57:21 +00:00
Andreas Huggel
9fb2fe85ba Removed include. 2008-05-20 10:09:49 +00:00
Andreas Huggel
51caa6a888 More minor changes. 2008-05-20 08:15:08 +00:00
Andreas Huggel
9e4679f8a2 Minor comment, whitespace and other coding standards tweaks. 2008-05-20 07:29:33 +00:00
Andreas Huggel
d9db53d7bc Moved MD5.h into the xmpsdk/include/ directory. 2008-05-20 04:19:00 +00:00
Andreas Huggel
f5bf128c15 Fixed g++-4.3 warnings. 2008-05-20 04:08:30 +00:00
Andreas Huggel
1913dc70e3 Added conversions to and from XMP (Vladimir Nadvornik). 2008-05-20 04:05:12 +00:00
Andreas Huggel
21d5f3c66c Updated Nikon lens info to v3.18 of Robert Rottmerhusen's lens database. 2008-05-16 02:46:21 +00:00
Andreas Huggel
c005bc4fc4 Fixed type of tiff:DateTime property (Vladimir Nadvornik). 2008-05-02 01:19:08 +00:00
Andreas Huggel
e9916208a1 Minor fix. 2008-05-01 11:17:24 +00:00
Andreas Huggel
ef93aa9c36 s/Ovolabs/Ovolab/ 2008-05-01 08:27:35 +00:00
Andreas Huggel
d1a305e30f Added LangAltValue::toString(const std::string&) to get the value for a specific language qualifier (suggested by Marco Piovanelli). 2008-05-01 08:22:26 +00:00
Andreas Huggel
9eccdb8186 Define pid_t using a typedef instead of #define in Windows environments (Robin Mills). 2008-04-23 02:47:36 +00:00
Andreas Huggel
ed89a70db3 Fixed compilation error when configuration flag --disable-xmp is used. 2008-04-17 03:55:08 +00:00
Andreas Huggel
7e4cecf11b Added warning flag, fixed detected problems. 2008-04-16 15:40:36 +00:00
Andreas Huggel
654d51a366 Added read support for jp2 and psd images, stubs for gif, bmp and tga images, and pixelWidth and pixelHeight methods on Image (Marco Piovanelli). 2008-04-15 03:46:01 +00:00
Andreas Huggel
81ff0d6a7c Fixed g++-4.3 errors and warnings. 2008-04-04 15:50:11 +00:00
Andreas Huggel
38be96fe2a Pentax makernote update from Michal Cihar. 2008-04-04 15:05:55 +00:00
Andreas Huggel
252030b6a5 Updated Nikon lens info to v3.14 of Robert Rottmerhusen's lens database. 2008-04-04 14:58:28 +00:00
Andreas Huggel
9cc886d1d6 #546: Fixed floating point exception on invalid data. 2008-03-29 06:14:56 +00:00
Andreas Huggel
1503192f13 First draft conversion code. 2008-03-17 15:45:27 +00:00
Andreas Huggel
38b1a0fa2c Allow format options for XmpParser::encode (Vladimir Nadvornik), write XMP sidecar files without xpacket. 2008-03-09 14:24:44 +00:00
Andreas Huggel
e4c96433d4 Added support for XMP sidecar files. 2008-03-08 17:10:50 +00:00
Andreas Huggel
e878166f0d Improved XMP value toLong, toFloat and toRational using new functions parseLong, parseFloat and parseRational. (Vladimir Nadvornik) 2008-03-05 07:45:16 +00:00
Andreas Huggel
d8e6b51c69 Refactored op<< for Metadatum, introduced std::string Metadatum::print(). Fixes #474. 2008-02-16 18:08:44 +00:00
Andreas Huggel
9f0b41c57d Fixed XmpKey::tagLabel() for custom keys (bug reported by Vladimir Nadvornik) 2008-02-16 07:26:47 +00:00
Andreas Huggel
a818b4c052 Removed remaining XMP exif TagDetails tables. 2008-02-02 16:34:09 +00:00
Andreas Huggel
8239c44ee8 More XMP TagDetails removed, intermediate. 2008-01-31 08:32:52 +00:00
Andreas Huggel
490dd82a14 Removed more XMP TagDetails tables, use existing Exif tables instead. 2008-01-30 16:30:59 +00:00
Andreas Huggel
90adc97218 Started to remove XMP TagDetails tables and use those from Exif instead. 2008-01-29 17:16:52 +00:00
Andreas Huggel
ceeff042fc Further XMP print function updates (based on patch from webustany for GHOP 98). 2008-01-29 13:33:51 +00:00
Andreas Huggel
9ff410f41f Fixed typo. 2008-01-26 14:48:11 +00:00
Andreas Huggel
7ac86ccc69 Fixed subtle bug when printing with an XMP print function. 2008-01-26 14:23:12 +00:00