Commit Graph

316 Commits

Author SHA1 Message Date
brad
db9d2aded1 Testing svn keywords 2004-11-09 06:34:09 +00:00
Andreas Huggel
49cf0a8ba0 Added development section 2004-10-31 08:41:01 +00:00
Andreas Huggel
2e428d8a49 Updated doc 2004-10-31 05:17:47 +00:00
Andreas Huggel
675950a59f Experimenting with Revision keyword 2004-10-30 14:33:53 +00:00
brad
58f7d669dc open image files on demand rather than keeping them open: bug #393 2004-10-29 06:30:59 +00:00
brad
134d57c220 fixed various msvc 7.1 build errors. bug #394 2004-10-29 06:18:40 +00:00
Andreas Huggel
67baf1f676 Updated 2004-10-24 06:26:24 +00:00
Andreas Huggel
ab69a6be66 Minor doc fixes 2004-10-16 15:57:48 +00:00
Andreas Huggel
307f0480e8 Minor doc update 2004-10-16 06:51:33 +00:00
Andreas Huggel
44d0deac92 Converted Value hierarchy to use std::auto_ptr where appropriate 2004-10-16 06:43:40 +00:00
Andreas Huggel
bf31f186e0 Minor changes 2004-10-16 06:42:55 +00:00
Andreas Huggel
e20bffaec7 Converted Key hierarchy to use std::auto_ptr where appropriate 2004-10-16 04:43:21 +00:00
Andreas Huggel
4c85e400ae Minor fix 2004-10-16 04:37:20 +00:00
Andreas Huggel
8551c935f8 Changed MakerNote class hierarchy to use std::auto_ptr where appropriate 2004-10-14 16:42:57 +00:00
Andreas Huggel
b2b9cfd599 Minor doc fix 2004-10-14 15:45:38 +00:00
Andreas Huggel
f40fba88bf Added Image::AutoPtr and related updates
Changed some local buffers to DataBuf
2004-10-12 16:23:08 +00:00
Andreas Huggel
61171b5857 Minor change 2004-10-03 16:34:41 +00:00
Andreas Huggel
2d86c949b9 Minor fixes in MakerNote headers 2004-10-03 16:29:53 +00:00
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
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
4a23d9d652 Updated win32 configuration 2004-09-05 15:07:16 +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
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
aac2f38d4a Added key-test.cpp 2004-09-04 06:45:42 +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
72e9232a70 Removed unnecessary include 2004-08-12 13:27:25 +00:00