Andreas Huggel
|
f81b688e4b
|
Modified test for XMP files to not recognize any XML file with a regular header as XMP.
|
15 years ago |
Andreas Huggel
|
aea1a8594d
|
Fixed typo.
|
15 years ago |
Andreas Huggel
|
c8b0d7278b
|
#738: Applied patch from Michael Ulbrich.
|
15 years ago |
Andreas Huggel
|
c9bf9bb52a
|
Added image/x-pentax-pef to the list of recognized TIFF-like images
|
15 years ago |
Andreas Huggel
|
5e02eaee32
|
#737: Fixed lens description.
|
15 years ago |
Andreas Huggel
|
69e5cfb315
|
#734: Added Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical [IF] lens (requires confirmation).
|
15 years ago |
Andreas Huggel
|
8165b59e74
|
#712: Added Sigma 17-50mm f/2.8 OS HSM lens to Canon makernote.
|
15 years ago |
Andreas Huggel
|
2048190a47
|
Updated Canon lens lookup table. Presumably fixes #735.
|
15 years ago |
Andreas Huggel
|
3d172ef6f8
|
#736: Fix for Make starting with a dash.
|
15 years ago |
Andreas Huggel
|
36f77ca74d
|
Added new Samsung files, removed obsolete *mn.hpp files.
|
15 years ago |
HumanDynamo
|
b745e49425
|
fix install
|
15 years ago |
HumanDynamo
|
aa35653d36
|
compile samsung makernote, else linking is broken...
|
15 years ago |
Andreas Huggel
|
e62c70a867
|
Improved determination of MIME type (not complete yet), optimized TIFF accessors pixelWidth, pixelHeight, mimeType and primaryGroup.
|
15 years ago |
Andreas Huggel
|
cdd6eb2765
|
#726: Tweak to make it select the correct primary image.
|
15 years ago |
Andreas Huggel
|
fc03156491
|
#726: Added pretty-print and easy-access functions for the Samsung2 makernote.
|
15 years ago |
Andreas Huggel
|
5f5d089b00
|
#726: Added support for Samsung2 makernote. (Pretty-print and easy-access functions not done yet.)
|
15 years ago |
Andreas Huggel
|
8b66d3e7db
|
Tweaks.
|
15 years ago |
HumanDynamo
|
d49caba41e
|
new ExifKey constructor based on TagInfo container. Factoring duplicate code with other ExifKey constructor
|
15 years ago |
HumanDynamo
|
ff908547a5
|
fix typo in cmake script. patch from Nikolai Saoukh
|
15 years ago |
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 |