brad
b9bf044ee5
IO abstraction code and split-up of image.cpp are basically complete ( #402 and #403 ). Doxygen comments will wait until the full refactoring is done since more changes are likely.
2004-12-10 02:22:13 +00:00
Andreas Huggel
943d942391
Added iptceasy example
2004-12-08 16:54:09 +00:00
Andreas Huggel
dff55f692e
Changed semantic of Iptcdatum::setValue(const std::string&) !!! - it now creates a
...
value of a type determined by the Iptcdatum.
Added IptcData::op[] and Iptcdatum::op=. With this, you can do things like:
iptcData["Iptc.Envelope.TimeSent"] = "14:41:0-05:00"; which creates a TimeValue.
2004-12-08 16:41:08 +00:00
Andreas Huggel
f6e6578bec
Minor changes/updates
2004-12-08 16:28:33 +00:00
Andreas Huggel
127aaddbb5
Simplified header for use on the website
2004-12-07 16:45:38 +00:00
Andreas Huggel
9886477e49
Minor fix
2004-12-07 16:45:04 +00:00
brad
b6a9799d68
oops had some local modifications that needed removal
2004-12-06 03:32:36 +00:00
brad
df80f41f40
Merged changes 422:435 from trunk into insideout branch
2004-12-06 03:12:38 +00:00
brad
6c90d9a8d8
fixed various build problems on linux
2004-12-06 01:54:59 +00:00
brad
5266ffd263
added svn properties and LD_PATH
2004-12-06 01:49:16 +00:00
brad
f69cf9c06a
Checkpoint on the way to new IO abstraction and split-up of image.cpp ( #402 and #403 ). Code is working, but not complete or commented.
2004-12-06 00:56:22 +00:00
Andreas Huggel
1bdad3afa6
exiv2-test.sh with expected output, finally
2004-12-05 16:07:20 +00:00
Andreas Huggel
1d2f133f81
Added local change of LD_LIBRARY_PATH
2004-12-05 16:06:30 +00:00
Andreas Huggel
fd26330280
Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right
2004-12-05 15:51:58 +00:00
Andreas Huggel
b257fff76d
Bumped version to 0.6
2004-12-05 04:14:12 +00:00
Andreas Huggel
4b86ee4583
Fixed ExifData::eraseThumbnail(). Bug #401
2004-12-05 04:13:00 +00:00
Andreas Huggel
8d55819ff0
Minor doc fix
2004-12-05 04:09:20 +00:00
Andreas Huggel
9699555a67
Fix: Added default target for delete action
2004-12-05 04:08:49 +00:00
Andreas Huggel
690218f88d
Added missing include
2004-12-05 04:07:37 +00:00
Andreas Huggel
2885c077df
Added test-driver for MakerNoteFactory::match tests, moved expected output
2004-12-04 07:51:18 +00:00
Andreas Huggel
57a5b8c422
Undid changes from rev 421 (doesn't compile with g++), moved definitions of Exifdatum::op= to exif.cpp
2004-12-03 16:00:55 +00:00
brad
7e9d1f3d9e
branch for working on insideout design changes
2004-12-03 06:24:15 +00:00
brad
de111e8b8f
fixed build break on msvc.net
2004-12-03 00:10:50 +00:00
brad
c6025cdd2a
added --strip-trailing-cr for running test cases on win32
2004-12-03 00:10:17 +00:00
brad
a03e5d724d
minor msvc linker setting changes
2004-12-03 00:07:49 +00:00
brad
ecde80633e
added write-test to msvc build project
2004-12-03 00:05:35 +00:00
brad
fdbfb5aa3c
trivial comment change
2004-12-03 00:04:09 +00:00
Andreas Huggel
26b45e5fce
Added addmoddel test driver and expected output
2004-11-29 15:01:30 +00:00
Andreas Huggel
bd5b6d2ccc
Added ExifData setJpegThumbnail and op[] and Exifdatum op=. With the operator stuff you can now do things like: exifData["Exif.Thumbnail.Compression"] = uint16_t(6);
2004-11-29 15:00:55 +00:00
Andreas Huggel
d05e3c1644
Added check of the size of the Exif APP segment
2004-11-29 14:54:44 +00:00
Andreas Huggel
db98114c3d
Changed signature of IptcData::copy() to be consistent with ExifData::copy()
2004-11-27 15:15:57 +00:00
Andreas Huggel
7aa65b6499
Updated tests. Still needs work.
2004-11-24 12:33:22 +00:00
Andreas Huggel
c4eca96836
Revamped Thumbnail classes to use the new data area feature. Implements feature #398 .
2004-11-24 12:32:21 +00:00
Andreas Huggel
0bb13f2580
Removed obsolete include
2004-11-24 12:27:21 +00:00
Andreas Huggel
02bf2185da
Minor bugfix (and minor re-formatting)
2004-11-24 12:26:31 +00:00
Andreas Huggel
1196e0aee3
Fixed Ifd::size() and Ifd::copy() to handle an empty IFD consistently.
2004-11-24 12:23:39 +00:00
Andreas Huggel
804fb602c5
Updated write-test.*
2004-11-21 09:37:54 +00:00
Andreas Huggel
d2807c9dbf
Expected output of write-test.sh, moved here from src
2004-11-21 08:10:31 +00:00
Andreas Huggel
ab80032a42
Moved test drivers to ../test/
2004-11-20 13:43:35 +00:00
Andreas Huggel
95bd3d8312
Updated input and output directories
2004-11-20 13:39:13 +00:00
Andreas Huggel
5e8980a445
Added test directory and some initial test data and scripts. Needs work.
2004-11-20 12:28:42 +00:00
Andreas Huggel
974d5e4637
Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395
2004-11-14 16:33:04 +00:00
brad
770d1f6d20
fixed win32 build break in release mode
2004-11-13 22:14:09 +00:00
brad
6d3cb17189
right align output stream for date and time writes. bug #397
2004-11-13 10:06:30 +00:00
Andreas Huggel
2ed876f615
Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names
2004-11-13 07:58:36 +00:00
brad
d4fd3f85ab
added GPL headers to source files
2004-11-13 01:07:09 +00:00
brad
b90eec9a50
added exivsimple (win32 only dll) and write2-test projects to msvc build
2004-11-13 00:22:05 +00:00
brad
7dc90c89dd
added mn.cpp to all msvc projects. fixes bug #396
2004-11-13 00:20:30 +00:00
brad
9567798283
Fixed signed warning in debug only code
2004-11-13 00:15:08 +00:00
Andreas Huggel
ce650d10c4
added subversion style keywords
2004-11-12 12:43:39 +00:00