Commit Graph

357 Commits

Author SHA1 Message Date
Andreas Huggel a599a35461 Minor fix 2004-10-03 16:29:25 +00:00
Andreas Huggel 41fbe55ebd Added metacopy and the ability to extract/insert different types of metadata
Added option to print the Jpeg comment
Changed semantics of print option `i' to Iptc (`t' for translated Exif data)
2004-10-03 16:28:59 +00:00
Andreas Huggel 79721d04e0 Move ExifKey to component tags, moved IptcKey to component datasets 2004-09-29 13:48:55 +00:00
Andreas Huggel 6034d99950 Added support for unknown Iptc keys 2004-09-21 16:06:50 +00:00
Andreas Huggel 25404d55e5 Minor changes 2004-09-21 15:57:55 +00:00
Andreas Huggel 9b6e62c552 Added support to build a MakerNote from scratch 2004-09-19 09:22:20 +00:00
Andreas Huggel 1efd83bf04 Minor cleanup 2004-09-18 16:28:15 +00:00
Andreas Huggel e88a307858 Improved and cleaned-up ExifKey implementation 2004-09-18 15:58:03 +00:00
Andreas Huggel a25763d070 Replaced custom integer types with C99 types 2004-09-15 13:14:52 +00:00
nobody ff8f4c55ea This commit was manufactured by cvs2svn to create tag
'Exiv2-0_5_040913'.
2004-09-12 15:51:11 +00:00
Andreas Huggel 3b897c448d Minor updates 2004-09-12 15:51:11 +00:00
Andreas Huggel ffc3e12c34 Updated changelog 2004-09-12 15:24:27 +00:00
Andreas Huggel ec99b3bb52 Added localtime.c and related header files 2004-09-12 15:24:10 +00:00
Andreas Huggel 3c8ff8b00a Minor changes for MSVC 2004-09-12 15:22:51 +00:00
Andreas Huggel d1f5f97687 Updated for release 0.5 2004-09-12 15:22:30 +00:00
Andreas Huggel ecd4510b77 Updated test output for Exiv2 0.5 2004-09-07 16:54:18 +00:00
Andreas Huggel 5bc0ea1f5b Iptc test files 2004-09-05 15:36:01 +00:00
Andreas Huggel b9275b8d88 Configuration for win32 2004-09-05 15:14:12 +00:00
Andreas Huggel e4f5dc3726 Added updates for release 0.5, first try. 2004-09-05 15:11:21 +00:00
Andreas Huggel 9cd8926b1b Added checks suggested by autoscan 2004-09-05 15:11:21 +00:00
Andreas Huggel 6e150e1063 Minor changes 2004-09-05 15:10:49 +00:00
Andreas Huggel 12457987ba Updated for doxygen 1.3.8 2004-09-05 15:10:18 +00:00
Andreas Huggel 4a23d9d652 Updated win32 configuration 2004-09-05 15:07:16 +00:00
Andreas Huggel 24cee62ad4 Updated according to patch from Brad Schick 2004-09-05 07:07:14 +00:00
Andreas Huggel 2e790821a0 Changed ifdItem to ifdName in the output of Print::printInterpreted 2004-09-05 06:54:41 +00:00
Andreas Huggel f33c70ab6b Minor change 2004-09-05 06:29:50 +00:00
Andreas Huggel 14d54e507e Added -pI print mode to print plain Iptc data 2004-09-05 05:49:55 +00:00
Andreas Huggel 54e126d3e4 Appended one more Id to an Ifd id to work around a g++-3.4 2004-09-05 05:48:01 +00:00
Andreas Huggel 1415a69561 Minor changes 2004-09-04 17:16:46 +00:00
Andreas Huggel 3589b0cab4 Minor change 2004-09-04 09:51:07 +00:00
Andreas Huggel 5e050bce0a Appended 'Id' to Ifd ids to work around a g++-3.4 problem 2004-09-04 09:28:36 +00:00
Andreas Huggel 6b0489a02f More patches for masked Exiv2::ifd0 and Exiv2::exifIfd (Joseph Heled) 2004-09-04 08:56:54 +00:00
Andreas Huggel 0147a77c7b Added Key, ExifKey and IptcKey class hierarchy
Changed Exif keys to 'Exif.ifdItem.tagName'
2004-09-04 08:42:56 +00:00
Andreas Huggel 84a121bbe2 Changed GpsInfo to GPSInfo 2004-09-04 08:33:38 +00:00
Andreas Huggel aac2f38d4a Added key-test.cpp 2004-09-04 06:45:42 +00:00
Andreas Huggel f1fc4044bb Bumped version to 0.5 2004-09-04 06:44:18 +00:00
Andreas Huggel a48cb21c56 Added caveat for MinGW builds 2004-09-04 06:43:54 +00:00
Andreas Huggel dbc7dc9134 Removed buggy maintainer-clean target 2004-09-04 06:43:31 +00:00
Andreas Huggel 3f71508ba4 Updated keys 2004-09-04 06:42:51 +00:00
Andreas Huggel f70e72249d Fixed header information 2004-09-04 06:42:23 +00:00
Andreas Huggel 21574176f5 *** empty log message *** 2004-08-29 13:16:35 +00:00
Andreas Huggel 701f8fc9bc Minor change 2004-08-21 15:57:57 +00:00
Andreas Huggel 0fb943c23e Changed order of enum TypeId back to be in sync with Exif type ids 2004-08-21 15:57:34 +00:00
Andreas Huggel 96aca14305 Undid tagInfoIdx return -1 to return idx of 0xffff tag again (so that it prints "unknownTag") 2004-08-21 15:55:31 +00:00
Andreas Huggel 37f63199f2 Added free function fileExists() 2004-08-21 15:46:39 +00:00
Andreas Huggel f88b91e8e1 -Added free function fileExists()
-Undo use of tmpnam(0), use getpid workaround again (because of EXDEV errors)
2004-08-21 15:45:57 +00:00
Andreas Huggel cb164f712f Added check if file exists before calls to ImageFactory::open 2004-08-21 15:39:43 +00:00
Andreas Huggel e3b114a9f5 Implemented StringValueBase and derived AsciiValue and StringValue from that 2004-08-16 09:30:37 +00:00
Andreas Huggel d8b236039b IPTC -> Iptc 2004-08-12 15:50:24 +00:00
Andreas Huggel a87f0724b6 Minor changes 2004-08-12 15:46:26 +00:00