Andreas Huggel
73c6be0749
Stripped trailing whitespace
19 years ago
Andreas Huggel
521cf5eb01
Added support for Minolta CameraSettings, part 2
19 years ago
Andreas Huggel
a1a5ff02b8
Fixed invalid type id for user comment tag, bug #451
20 years ago
Andreas Huggel
99b4e71459
Updated copyright and fsf address
20 years ago
Andreas Huggel
0398735e80
Changed class Entry to transform comment type on the fly. Fixes bug #445 .
20 years ago
Andreas Huggel
06e5c0719e
Removed trailing whitespace from source files
20 years ago
Andreas Huggel
5823ceaff3
Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424 .
20 years ago
Andreas Huggel
c99597ccd7
Added basic Sony makernote, decoded Exif.CanonCs2.ISOSpeed (from Exiftool) and Exif.Nikon3.LensFStops (from Robert Rottmerhusen)
20 years ago
Andreas Huggel
55aebc0686
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
...
Image::read/writeMetadata and ImageFactory::open now throw Error in case of failure. Applications therefore now need an exception handler for the error handling of such function calls. This should result in shorter and simpler application code.
20 years ago
Andreas Huggel
6a675f3d82
Added support for Canon Camera settings 1/2 and Custom Functions tags
20 years ago
Andreas Huggel
54a42fc1f7
Generalized and cleaned-up makernote handling
21 years ago
Andreas Huggel
8521dead83
Added 2005 to Copyright lines
21 years ago
Andreas Huggel
2a0149184a
Fixes and cosmetic changes; all tests now pass again, finally!
21 years ago
Andreas Huggel
8221293072
Completed ExifData assignment operator and copy constructor, added related code and tests. Fixes bug #417
21 years ago
Andreas Huggel
7539421a27
Fixed handling of Ifd offsets (bug #411 ), fixed guessing of Ifd base offset, added Ifd::pBase_ (not used yet), updated tests
21 years ago
Andreas Huggel
09ddf6c87d
Minor dox fix
21 years ago
Andreas Huggel
974d5e4637
Added data area concept to Value, ValueType, Entry, Ifd. Implements feature #395
21 years ago
brad
77d3d5621a
added subversion style keywords
21 years ago
Andreas Huggel
a25763d070
Replaced custom integer types with C99 types
21 years ago
Andreas Huggel
9d72b7d1ec
Revamped image and introduced byte* interface (Brad, bs_1.patch with minor modifications by ahu)
21 years ago
Andreas Huggel
dd7b63d3ba
Fixed MSVC errors and warnings (Steve, sking_4.patch)
21 years ago
Andreas Huggel
f00d7c4fde
Minor doc fix
21 years ago
Andreas Huggel
cc827d59a8
Added len argument and boundary checks to various read functions
21 years ago
Andreas Huggel
bb111fb147
Changed %Exif to Exif in doc (we can do that now because of the change of namespace name
21 years ago
Andreas Huggel
cbb1c15810
Changed namespace name Exif to Exiv2
21 years ago
Andreas Huggel
0b24a0ad29
makernote:
...
Added MakerNote::offset()
Fixed IfdMakerNote::copy() for IfdMakerNote with a prefix
Various doc fixes
ifd:
Fixed Ifd::erase(pos) to return an iterator
Added Ifd::dataOffset()
Various doc fixes
exif:
Added Thumbnail::offset()
Fixed ExifData::eraseThumbnail()
Fixed ExifData::erase(pos) to return an iterator
21 years ago
Andreas Huggel
3681403ac4
Naming convention: Renamed data members xyz_ that are pointers to pXyz_
22 years ago
Andreas Huggel
f7c55fcb64
Bugfix: Set offset to the next IFD directly in the underlying data buffer in non-alloc mode
22 years ago
Andreas Huggel
f297a651f9
More consistent / better defined handling of Entry::size_
22 years ago
Andreas Huggel
80005ff6d6
Added Entry::component
22 years ago
Andreas Huggel
27a9560e30
Minor changes
22 years ago
Andreas Huggel
cdae02333f
Makernote write support, part 2
22 years ago
Andreas Huggel
4ee8aac263
Added index idx (again), findIdx, changed erase(tag), documentation
22 years ago
Andreas Huggel
8b70b9fbb9
Moved PreEntry and related stuff to the private part of Ifd
22 years ago
Andreas Huggel
59643bd4e1
Fixed IFD to update internal offsets on copy()
22 years ago
Andreas Huggel
90cc0b1081
Minor doc fix
22 years ago
Andreas Huggel
fdd338981a
MakerNote related changes and Entry clean-up
22 years ago
Andreas Huggel
434007f0f2
Minor documentation fixes
22 years ago
Andreas Huggel
6749046e40
Divided exif.[ch]pp into components
22 years ago