Commit Graph

1612 Commits

Author SHA1 Message Date
Andreas Huggel
0d397b95c7 Updated copyright message for 2012. 2012-03-22 15:19:35 +00:00
Andreas Huggel
d109589267 Added support for CR2 IFD2 image preview. (An uncompressed TIFF image without white-balance correction.) 2012-03-21 14:22:47 +00:00
Andreas Huggel
6db7cbf321 #635: Identified image tags in CR2 images (just enough to maintain the TIFF structure, not sufficient for dcraw to still read the image) 2012-03-21 09:42:39 +00:00
Andreas Huggel
39253ee42d #635: Minor comment fix. 2012-03-21 09:42:19 +00:00
Andreas Huggel
0e0845d7be #635: Added experimental write-support for CR2. 2012-03-21 00:53:32 +00:00
Andreas Huggel
c2fe8be4ef Fixed the supported metadata declared by the image for several image formats (mostly XMP was missing). 2012-03-21 00:52:38 +00:00
Andreas Huggel
e5c7c207de #815: Checked-in patch with new Tokina lens by Chris Chiappa. 2012-03-11 03:57:55 +00:00
Andreas Huggel
cd7dd0ca8b #803: Fixed Rational/URational issues on Solaris. 2012-03-11 01:48:45 +00:00
Andreas Huggel
1dd39bacc4 Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani) 2012-03-10 06:13:08 +00:00
Andreas Huggel
ad0d28080c #809: Applied patch by Thomas Beutlich to fix Windows ccompilation error. 2012-03-07 09:56:30 +00:00
Andreas Huggel
d84c70192a #808: Applied patch by Pavel Heimlich. 2012-02-25 08:15:42 +00:00
Andreas Huggel
8caf58bce5 #809: Applied patch by Pavel Heimlich. 2012-02-25 08:07:49 +00:00
Andreas Huggel
6233fa6930 #810: Added sanity-checks for the minimum size of IFD makernotes before parsing. 2012-02-17 15:51:46 +00:00
Andreas Huggel
3153aab461 #806: Fixed typo. (Mark Purcell) 2012-02-15 13:44:13 +00:00
Andreas Huggel
6bfd267f63 #807: Fixed typo. (Mark Purcell) 2012-02-15 13:34:08 +00:00
Andreas Huggel
ffe8209018 #812: Added function to determine the number of hard links on Windows NTFS. (Thomas Beutlich) 2012-02-11 03:58:30 +00:00
HumanDynamo
a16b2c0052 another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded 2012-02-07 09:15:33 +00:00
Andreas Huggel
92b2aac75a #812: Don't destroy files when checking if they are writable; use a memory buffer instead of a temporary file when writing files with hard links to preserve the links. 2012-02-07 04:41:45 +00:00
HumanDynamo
9218b74e18 KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service. 2012-02-06 11:58:19 +00:00
Andreas Huggel
19f165629f Allow to add/set tags without a value with the command line tool. 2012-01-20 13:19:16 +00:00
Andreas Huggel
863772fba1 #799: Improved doc, tweaks. 2012-01-20 08:39:28 +00:00
Andreas Huggel
bf9546f646 #799: Moved check for nested property to XmpProperties::propertyInfo. 2012-01-19 17:52:24 +00:00
vog
8c5cc37882 #800: Restore binary compatibility 2012-01-16 13:56:07 +00:00
Andreas Huggel
39f3d3fd0f Fixed property types from undefined to xmpText. 2012-01-14 04:30:49 +00:00
Andreas Huggel
8ebb0281eb #798: Applied RegionTagging.diff patch by Benjamin H. 2012-01-14 02:57:06 +00:00
vog
72013d4147 #800: Added and unified support for multiple IRB types (8BIM, AgHg, DCSR, PHUT) in JPEG and PSD images 2012-01-13 15:32:37 +00:00
Andreas Huggel
4fda7ac1e0 #799: Fixed type-determination for nested properties,
XmpBag::read: don't do anything if the string is empty,
      Added Iptc4xmpCore and Iptc4xmpExt as possible prefixes
2012-01-11 14:24:23 +00:00
Andreas Huggel
d542872228 Added SamsungPictureWizard group with a decoding table for the Mode tag from Pascal de Bruijn. 2011-12-26 17:12:55 +00:00
Andreas Huggel
3eb005623e Updated Samsung lenses to all the lenses
known by ExifTool. (Pascal de Bruijn)
2011-12-15 00:46:13 +00:00
Andreas Huggel
7d8becc8e5 Added -Q option to the utility, set the default log level for LogMsg to "warn", converted debug message about write strategy to an EXV_INFO log message. 2011-12-10 08:51:07 +00:00
Andreas Huggel
fcf3a6badd #792: Applied patch with new Canon lens (Andreas Ferber), updated Canon lens table with new ones from Exiftool. 2011-11-19 05:34:18 +00:00
Andreas Huggel
2abe3dc824 #794: Made flash mode descriptions more consistent. 2011-11-19 05:06:54 +00:00
Andreas Huggel
a558a1d066 #797: Truncate entries with an out-of-bounds upper boundary, rather than trying to adjust their size. 2011-11-17 07:20:52 +00:00
Andreas Huggel
1c32314c10 #797: TiffBinaryArray::doCount(): Replaced assertion with a check for type size which sets it to 1 for unknown types. (Clint Rogers) 2011-11-17 04:30:48 +00:00
Andreas Huggel
58f2d61ecd #795: Fixed decoding of PNG comment. 2011-11-14 16:23:18 +00:00
Andreas Huggel
e646d66f3e Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas) 2011-11-12 14:43:07 +00:00
Andreas Huggel
f13d076a7a Fixed g++ 4.6.1 (Debian) compiler warning. 2011-10-19 08:31:58 +00:00
Robin Mills
dd07a525a6 Added support for stdint.h being available in DevStudio 2010
(Thanks to Ketil Wright for bringing this to our attention)
2011-10-12 04:47:23 +00:00
Andreas Huggel
2a821a52ae #793: Set PNG comment correctly. (Thomas Beutlich) 2011-10-10 15:11:10 +00:00
Andreas Huggel
a8166f1dc2 Updated Nikon Lens lookup table to v4.3.424.01 of Robert Rottmerhusen's fmountlens list. 2011-10-10 10:14:42 +00:00
Andreas Huggel
64511c266e Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh) 2011-10-06 01:48:29 +00:00
vog
9fa8c893b1 #790: Added workaround for EPS files generated by CorelDRAW 2011-10-04 13:14:05 +00:00
Andreas Huggel
a77ff857b8 Updated po/ directory, fixed warning. 2011-09-18 10:03:49 +00:00
Andreas Huggel
77510684a3 Added explicit casts; fixes MSVC 64bit compilation. 2011-09-17 08:22:57 +00:00
Andreas Huggel
3a8561fcf3 Updated Samsung makernote, part 1. 2011-09-12 15:54:13 +00:00
Andreas Huggel
72830acd14 Added EPS to the list of supported formats in the manpage. 2011-09-08 14:31:32 +00:00
Andreas Huggel
2e1edc8d56 Removed obsolete #include. 2011-09-08 13:33:02 +00:00
Andreas Huggel
352794e4eb #708: Improved documentation and guarantee in case of failure. 2011-09-08 04:54:09 +00:00
Andreas Huggel
32e0ade243 #708: Implemented charset conversions with native Windows functions if iconv is not available. 2011-09-07 13:58:17 +00:00
Andreas Huggel
da6d7ffe17 Round the Exif.CanonSi.MeasuredEV properly. 2011-09-04 08:10:32 +00:00