Andreas Huggel
e09052e2d5
Updated examples for use on website, updated tests accordingly
21 years ago
Andreas Huggel
daac70b5ef
Updated changelog
21 years ago
Andreas Huggel
c8d9fe0b35
Changed operator hack to be more consistent, added op=(const Value&)
21 years ago
Andreas Huggel
0fc84a1a80
Added unknownTag / unknownDataSet structures and replaced exceptions with return values from these where possible
21 years ago
brad
3c71fbe108
Fixed capitalization mistake
21 years ago
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.
21 years ago
Andreas Huggel
943d942391
Added iptceasy example
21 years ago
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.
21 years ago
Andreas Huggel
f6e6578bec
Minor changes/updates
21 years ago
Andreas Huggel
127aaddbb5
Simplified header for use on the website
21 years ago
Andreas Huggel
9886477e49
Minor fix
21 years ago
brad
b6a9799d68
oops had some local modifications that needed removal
21 years ago
brad
df80f41f40
Merged changes 422:435 from trunk into insideout branch
21 years ago
brad
6c90d9a8d8
fixed various build problems on linux
21 years ago
brad
5266ffd263
added svn properties and LD_PATH
21 years ago
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.
21 years ago
Andreas Huggel
1bdad3afa6
exiv2-test.sh with expected output, finally
21 years ago
Andreas Huggel
1d2f133f81
Added local change of LD_LIBRARY_PATH
21 years ago
Andreas Huggel
fd26330280
Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right
21 years ago
Andreas Huggel
b257fff76d
Bumped version to 0.6
21 years ago
Andreas Huggel
4b86ee4583
Fixed ExifData::eraseThumbnail(). Bug #401
21 years ago
Andreas Huggel
8d55819ff0
Minor doc fix
21 years ago
Andreas Huggel
9699555a67
Fix: Added default target for delete action
21 years ago
Andreas Huggel
690218f88d
Added missing include
21 years ago
Andreas Huggel
2885c077df
Added test-driver for MakerNoteFactory::match tests, moved expected output
21 years ago
Andreas Huggel
57a5b8c422
Undid changes from rev 421 (doesn't compile with g++), moved definitions of Exifdatum::op= to exif.cpp
21 years ago
brad
7e9d1f3d9e
branch for working on insideout design changes
21 years ago
brad
de111e8b8f
fixed build break on msvc.net
21 years ago
brad
c6025cdd2a
added --strip-trailing-cr for running test cases on win32
21 years ago
brad
a03e5d724d
minor msvc linker setting changes
21 years ago
brad
ecde80633e
added write-test to msvc build project
21 years ago
brad
fdbfb5aa3c
trivial comment change
21 years ago
Andreas Huggel
26b45e5fce
Added addmoddel test driver and expected output
21 years ago
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);
21 years ago
Andreas Huggel
d05e3c1644
Added check of the size of the Exif APP segment
21 years ago
Andreas Huggel
db98114c3d
Changed signature of IptcData::copy() to be consistent with ExifData::copy()
21 years ago
Andreas Huggel
7aa65b6499
Updated tests. Still needs work.
21 years ago
Andreas Huggel
c4eca96836
Revamped Thumbnail classes to use the new data area feature. Implements feature #398 .
21 years ago
Andreas Huggel
0bb13f2580
Removed obsolete include
21 years ago
Andreas Huggel
02bf2185da
Minor bugfix (and minor re-formatting)
21 years ago
Andreas Huggel
1196e0aee3
Fixed Ifd::size() and Ifd::copy() to handle an empty IFD consistently.
21 years ago
Andreas Huggel
804fb602c5
Updated write-test.*
21 years ago
Andreas Huggel
d2807c9dbf
Expected output of write-test.sh, moved here from src
21 years ago
Andreas Huggel
ab80032a42
Moved test drivers to ../test/
21 years ago
Andreas Huggel
95bd3d8312
Updated input and output directories
21 years ago
Andreas Huggel
5e8980a445
Added test directory and some initial test data and scripts. Needs work.
21 years ago
Andreas Huggel
974d5e4637
Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395
21 years ago
brad
770d1f6d20
fixed win32 build break in release mode
21 years ago
brad
6d3cb17189
right align output stream for date and time writes. bug #397
21 years ago
Andreas Huggel
2ed876f615
Fixed ExifKey (and IptcKey) behaviour for unknown tag (record) names
21 years ago