Andreas Huggel
|
f25fca8808
|
#726: Added support for thumbnail found in sub-IFD of IFD1 of Samsung .SRW files.
|
15 years ago |
HumanDynamo
|
76577d5eca
|
new digiKam XMP tag to register settings used by Lens Correction tools
|
15 years ago |
Andreas Huggel
|
578782d52e
|
#585: Added new concrete and unified class Key. Currently called Key1 and not in use yet.
|
15 years ago |
Andreas Huggel
|
23d9e8dd55
|
New unstable branch, branched off r2348.
|
15 years ago |
Andreas Huggel
|
a46f002c31
|
Removed old unstable branch
|
15 years ago |
Andreas Huggel
|
a0bdc5528e
|
#721: Removed Exif-specific reference functions from the ExifKey interface again.
|
15 years ago |
HumanDynamo
|
348bc4a21c
|
this doen't compile under mingw
|
15 years ago |
Andreas Huggel
|
cfb5ad2bca
|
Fixed two and silenced several other compiler warnings.
|
15 years ago |
Andreas Huggel
|
c71e12b899
|
Added option -q (quiet) to silence warnings and error messages from the Exiv2 library to the exiv2 command line tool.
|
15 years ago |
Andreas Huggel
|
dc264bc00d
|
#476, #614: Introduced class LogMsg for enhanced logging, migrated all existing warnings and error messages (not the exceptions) to use the new logic. Every log message now has a type (debug, info, warning, error). Applications can set a logging level to determine which messages are processed and supply a custom log message handler at runtime. (Based on a contribution by Simson Garfinkel.)
|
15 years ago |
HumanDynamo
|
1fdf4a3ab5
|
fix GCC4.5.1 warnings
|
15 years ago |
HumanDynamo
|
9e3f031138
|
polish
|
15 years ago |
Andreas Huggel
|
d5701298df
|
Fixed compilation.
|
15 years ago |
Andreas Huggel
|
4bf9e16559
|
Misc tweaks.
|
15 years ago |
HumanDynamo
|
a65a964060
|
better file naming
|
15 years ago |
HumanDynamo
|
3be6a48e1f
|
.cmake.in ==> .cmake
|
15 years ago |
Andreas Huggel
|
e5749ee8b6
|
#724: Avoid warning if _MSC_VER is not defined.
|
15 years ago |
Andreas Huggel
|
717d789c8e
|
#721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds.
|
15 years ago |
Andreas Huggel
|
4c5def39cf
|
Changed default type for IFDs to asciiString and use it in ExifKey::defaultTypeId().
|
15 years ago |
Andreas Huggel
|
8d199d2be5
|
Added known counts for binary arrays, added default type for each tag list and count for binary arrays in the end-of-list marker.
|
15 years ago |
Andreas Huggel
|
4928c8d270
|
Added ExifKey::defaultCount() to access the new count reference information.
|
15 years ago |
Andreas Huggel
|
0da6e6f47d
|
Added count patch by Matthias Baas. Adds a count field to the Exif tag reference data.
|
15 years ago |
Andreas Huggel
|
708bba8159
|
#721: Removed IfdId from the published API. ExifKey now gives access to reference tag data. (Needs some polishing.)
|
15 years ago |
Andreas Huggel
|
dcabc397cc
|
#723: Applied cmake patch for pkg-config file from Johannes Wienke.
|
15 years ago |
Andreas Huggel
|
d164180d65
|
Bugfix (Matthias Baas)
|
15 years ago |
Andreas Huggel
|
45c2eb2d34
|
#721: Use Pimpl idiom for class ExifKey in preparation for more changes.
|
15 years ago |
HumanDynamo
|
67c0ae133c
|
fix tag name typo
|
15 years ago |
Andreas Huggel
|
b5a0471e38
|
#667: Fixed Exif.CanonPr.ToneCurve (Greg Mansfield)
|
15 years ago |
Andreas Huggel
|
32417382e3
|
#719: Added ExifTags::groupList() to access the list of all Exif groups.
|
15 years ago |
HumanDynamo
|
63009032b9
|
add new image history XMP tag from digiKam 2.0
|
15 years ago |
Andreas Huggel
|
917faa049a
|
#667: Added support for Canon Processing Info tags (CanonPr binary array). Patch by Greg Mansfield.
|
15 years ago |
Andreas Huggel
|
248cfb33c5
|
#719: Removed standard Exif tag definitions and pretty-print functions from the API. Fixed warnings in the code for Float and Double values (added for #711).
|
15 years ago |
Andreas Huggel
|
d182528d56
|
Added tests for TIFF Float and Double values added for #711.
|
15 years ago |
Andreas Huggel
|
fb9820d281
|
Bumped version to 0.21 to facilitate testing (soname remains unchanged for now).
|
15 years ago |
Andreas Huggel
|
35823233fa
|
Fixed zlib uncompression of large PNG metadata buffers.
|
15 years ago |
Andreas Huggel
|
9c14fce52f
|
#719: Removed Canon makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
2462355867
|
#719: Removed Olympus makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
d57597cfd8
|
#719: Removed Fuji makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
f82a203410
|
#719: Removed Minolta makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
48b28c83fd
|
#719: Removed Sony makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
36010aef8f
|
#719: Removed Sigma makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
a9feb74f48
|
#719: Removed Pentax makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
9bf9e434bd
|
#719: Removed Panasonic makernote class and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
049df2489a
|
#719: Added new ExifTags::tagList() function which returns the taglist for an Exif group.
|
15 years ago |
HumanDynamo
|
393b638042
|
fix install of header files
|
15 years ago |
Andreas Huggel
|
f8aed98f88
|
#719: Removed Nikon makernote classes and pretty-print functions from the published interface.
|
15 years ago |
Andreas Huggel
|
b4f8f4ea0a
|
Fixed a few errors.
|
15 years ago |
Andreas Huggel
|
dbc1e60135
|
Re-added generalized ValueType constructors.
|
15 years ago |
Andreas Huggel
|
1f9f8bbb52
|
Made new constructor explicit.
|
15 years ago |
Andreas Huggel
|
238ab136ae
|
#717: Retain TIFF IFD type when writing, removed unnecessary ValueType constructors.
|
15 years ago |