Robin Mills
|
2277b076a7
|
fix version.cpp to compile, link and run on linux
|
13 years ago |
Robin Mills
|
b42f6668cd
|
Work in progress: Updating build code to handle geotag. geotag.cpp is a copy of exifprint.cpp at the moment.
|
13 years ago |
Robin Mills
|
d9bcc04633
|
Added version.{c}h}pp/dumpLibraryInfo() and call from exiv2 -v -V to inspect libraries at run-time on W/L/M platforms.
|
13 years ago |
Andreas Huggel
|
02f48be40c
|
#831: Also delete image tags from the Exif container during encoding.
|
13 years ago |
Robin Mills
|
9d9e7cb53b
|
Patch. Thanks to Fabien: http://dev.exiv2.org/boards/3/topics/1172
|
13 years ago |
Robin Mills
|
6f769602ae
|
cmake work in progress - see README-CMAKE and TODO-CMAKE for details
|
13 years ago |
Robin Mills
|
7b49e908dc
|
see TODO-CMAKE for details. work in progress update
|
13 years ago |
Robin Mills
|
d665a0123b
|
Adding Gilles' FindExiv2.cmake. Adding a pre-build header copy modify sample include path.
|
13 years ago |
Robin Mills
|
a292d57fd8
|
Feature #536 Modifications to CMake files to support MSVC 32/64 bit builds of Dynamic/Static libraries and applications.
|
13 years ago |
Andreas Huggel
|
58044f9feb
|
#819: Added the PentaxDng Preview image to the tags potentially stripped when encoding the Exif metadata for JPEG (related to #820).
|
13 years ago |
Andreas Huggel
|
7fc3739b2c
|
#820: Added SamsungPreview to the list of previews to potentially remove when encoding Exif metadata for JPEG.
|
13 years ago |
Andreas Huggel
|
6751e3892d
|
Updated Nikon Lens lookup table to v4.3.428.01 of Robert Rottmerhusen's fmountlens list.
|
13 years ago |
Andreas Huggel
|
5ba33b463f
|
#819: Updated easy-access functions with the new PentaxDng tags.
|
13 years ago |
Andreas Huggel
|
cc4ab82ace
|
Added comments to silence doxygen warnings.
|
13 years ago |
Andreas Huggel
|
948142ae93
|
#819: Fixed write support.
|
13 years ago |
Andreas Huggel
|
bd90c19219
|
#819: Fixed PentaxDng offsets so that they are relative to the beginning of the makernote, added support for the PentaxDng preview image.
|
13 years ago |
Andreas Huggel
|
b8155f9289
|
#819: Changed PentaxId to PentaxDngId and some formatting tweaks.
|
13 years ago |
Andreas Huggel
|
274fd49790
|
#819: Applied Pentax DNG makernote patch from Jonathan Kollasch.
|
13 years ago |
HumanDynamo
|
faf00a6451
|
polish
|
13 years ago |
Andreas Huggel
|
cc061782d1
|
#812: Tweak to make the code compile with MSYS/MinGW.
|
13 years ago |
Andreas Huggel
|
2c401ffa3d
|
#812: Changed LoadLibrary to LoadLibraryA (Thomas Beutlich).
|
13 years ago |
Andreas Huggel
|
56bab25850
|
Updated man-page.
|
13 years ago |
Andreas Huggel
|
3a304fa0f0
|
Bumped version to 0.23
|
13 years ago |
Andreas Huggel
|
217ae2449d
|
Updated Nikon Lens lookup table to v4.3.426.01 of Robert Rottmerhusen's fmountlens list.
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
Andreas Huggel
|
d109589267
|
Added support for CR2 IFD2 image preview. (An uncompressed TIFF image without white-balance correction.)
|
13 years ago |
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)
|
13 years ago |
Andreas Huggel
|
39253ee42d
|
#635: Minor comment fix.
|
13 years ago |
Andreas Huggel
|
0e0845d7be
|
#635: Added experimental write-support for CR2.
|
13 years ago |
Andreas Huggel
|
c2fe8be4ef
|
Fixed the supported metadata declared by the image for several image formats (mostly XMP was missing).
|
13 years ago |
Andreas Huggel
|
e5c7c207de
|
#815: Checked-in patch with new Tokina lens by Chris Chiappa.
|
13 years ago |
Andreas Huggel
|
cd7dd0ca8b
|
#803: Fixed Rational/URational issues on Solaris.
|
13 years ago |
Andreas Huggel
|
1dd39bacc4
|
Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani)
|
13 years ago |
Andreas Huggel
|
ad0d28080c
|
#809: Applied patch by Thomas Beutlich to fix Windows ccompilation error.
|
13 years ago |
Andreas Huggel
|
d84c70192a
|
#808: Applied patch by Pavel Heimlich.
|
14 years ago |
Andreas Huggel
|
8caf58bce5
|
#809: Applied patch by Pavel Heimlich.
|
14 years ago |
Andreas Huggel
|
6233fa6930
|
#810: Added sanity-checks for the minimum size of IFD makernotes before parsing.
|
14 years ago |
Andreas Huggel
|
3153aab461
|
#806: Fixed typo. (Mark Purcell)
|
14 years ago |
Andreas Huggel
|
6bfd267f63
|
#807: Fixed typo. (Mark Purcell)
|
14 years ago |
Andreas Huggel
|
ffe8209018
|
#812: Added function to determine the number of hard links on Windows NTFS. (Thomas Beutlich)
|
14 years ago |
HumanDynamo
|
a16b2c0052
|
another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded
|
14 years ago |
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.
|
14 years ago |
HumanDynamo
|
9218b74e18
|
KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service.
|
14 years ago |
Andreas Huggel
|
19f165629f
|
Allow to add/set tags without a value with the command line tool.
|
14 years ago |
Andreas Huggel
|
863772fba1
|
#799: Improved doc, tweaks.
|
14 years ago |
Andreas Huggel
|
bf9546f646
|
#799: Moved check for nested property to XmpProperties::propertyInfo.
|
14 years ago |
vog
|
8c5cc37882
|
#800: Restore binary compatibility
|
14 years ago |
Andreas Huggel
|
39f3d3fd0f
|
Fixed property types from undefined to xmpText.
|
14 years ago |
Andreas Huggel
|
8ebb0281eb
|
#798: Applied RegionTagging.diff patch by Benjamin H.
|
14 years ago |
vog
|
72013d4147
|
#800: Added and unified support for multiple IRB types (8BIM, AgHg, DCSR, PHUT) in JPEG and PSD images
|
14 years ago |
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
|
14 years ago |
Andreas Huggel
|
d542872228
|
Added SamsungPictureWizard group with a decoding table for the Mode tag from Pascal de Bruijn.
|
14 years ago |
Andreas Huggel
|
3eb005623e
|
Updated Samsung lenses to all the lenses
known by ExifTool. (Pascal de Bruijn)
|
14 years ago |
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.
|
14 years ago |
Andreas Huggel
|
fcf3a6badd
|
#792: Applied patch with new Canon lens (Andreas Ferber), updated Canon lens table with new ones from Exiftool.
|
14 years ago |
Andreas Huggel
|
2abe3dc824
|
#794: Made flash mode descriptions more consistent.
|
14 years ago |
Andreas Huggel
|
a558a1d066
|
#797: Truncate entries with an out-of-bounds upper boundary, rather than trying to adjust their size.
|
14 years ago |
Andreas Huggel
|
1c32314c10
|
#797: TiffBinaryArray::doCount(): Replaced assertion with a check for type size which sets it to 1 for unknown types. (Clint Rogers)
|
14 years ago |
Andreas Huggel
|
58f2d61ecd
|
#795: Fixed decoding of PNG comment.
|
14 years ago |
Andreas Huggel
|
e646d66f3e
|
Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas)
|
14 years ago |
Andreas Huggel
|
f13d076a7a
|
Fixed g++ 4.6.1 (Debian) compiler warning.
|
14 years ago |
Robin Mills
|
dd07a525a6
|
Added support for stdint.h being available in DevStudio 2010
(Thanks to Ketil Wright for bringing this to our attention)
|
14 years ago |
Andreas Huggel
|
2a821a52ae
|
#793: Set PNG comment correctly. (Thomas Beutlich)
|
14 years ago |
Andreas Huggel
|
a8166f1dc2
|
Updated Nikon Lens lookup table to v4.3.424.01 of Robert Rottmerhusen's fmountlens list.
|
14 years ago |
Andreas Huggel
|
64511c266e
|
Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh)
|
14 years ago |
vog
|
9fa8c893b1
|
#790: Added workaround for EPS files generated by CorelDRAW
|
14 years ago |
Andreas Huggel
|
a77ff857b8
|
Updated po/ directory, fixed warning.
|
14 years ago |
Andreas Huggel
|
77510684a3
|
Added explicit casts; fixes MSVC 64bit compilation.
|
14 years ago |
Andreas Huggel
|
3a8561fcf3
|
Updated Samsung makernote, part 1.
|
14 years ago |
Andreas Huggel
|
72830acd14
|
Added EPS to the list of supported formats in the manpage.
|
14 years ago |
Andreas Huggel
|
2e1edc8d56
|
Removed obsolete #include.
|
14 years ago |
Andreas Huggel
|
352794e4eb
|
#708: Improved documentation and guarantee in case of failure.
|
14 years ago |
Andreas Huggel
|
32e0ade243
|
#708: Implemented charset conversions with native Windows functions if iconv is not available.
|
14 years ago |
Andreas Huggel
|
da6d7ffe17
|
Round the Exif.CanonSi.MeasuredEV properly.
|
14 years ago |
vog
|
50699a8884
|
drop support for UTF-16/32 encoded XMP in EPS files, which is unrealistic anyway
|
14 years ago |
Andreas Huggel
|
ca142e17b3
|
Added Exif.OlympusEq.LensModel to the Exiv2::lensName() easy-access function. (Niels Kristian Bech Jensen)
|
14 years ago |
vog
|
84ec018c48
|
fixed indentation
|
14 years ago |
Andreas Huggel
|
d428a3f10e
|
Another tweak to make older MSVCs happy.
|
14 years ago |
Andreas Huggel
|
47a3e51164
|
Return a positive one-byte code from the exiv2 utility for better consistency across platforms (my version of the MSYS/MinGW shell reports 0 if the application returns a negative value).
|
14 years ago |
Andreas Huggel
|
c9d97e6c00
|
Another more or less minor fix.
|
14 years ago |
Andreas Huggel
|
b796adfa83
|
Minor fix.
|
14 years ago |
Andreas Huggel
|
833c030cf9
|
Removed static keyword from objects in anonymous namespace.
|
14 years ago |
Andreas Huggel
|
e4475fb453
|
Casts added to make 64bit MSVC compiler happy.
|
14 years ago |
Andreas Huggel
|
e56387caba
|
Updated version to 0.22.
|
14 years ago |
Andreas Huggel
|
681009e7ff
|
Updated Nikon Lens lookup table to v4.3.423.01 of Robert Rottmerhusen's fmountlens list.
|
14 years ago |
vog
|
71f74c1a33
|
#689: Added support for nested EPS documents
|
14 years ago |
vog
|
45b729bc70
|
Improved one of the native preview warning messages
|
14 years ago |
vog
|
0b9894b100
|
Removed unneeded code in EpsImage
|
14 years ago |
vog
|
a4c1d3f5b5
|
Changed version number in EPS files to the fixed length hex version number, to simplify testing DOS EPS files
|
14 years ago |
vog
|
2ae0bcf7b8
|
Added version hex number to the output of "exiv2 -V"
|
14 years ago |
vog
|
dd3c11274f
|
Added new function Exiv2::versionNumberHexString()
|
14 years ago |
vog
|
058f1ea221
|
Added support for Illustrator previews (%AI7_Thumbnail) in EPS files, decoded to *.pnm
|
14 years ago |
Andreas Huggel
|
ea075b9a3c
|
#785: Exif 2.3 tags, part 2. (Jens Mueller)
|
14 years ago |
Andreas Huggel
|
42287bc331
|
#781: Added Exif 2.3 and DNG 1.2/1.3 tags. (Jens Mueller)
|
14 years ago |
Andreas Huggel
|
b3aad7a569
|
#782: Added Tamron 18-270mm lens to Canon makernote. (Jens Mueller)
|
14 years ago |
vog
|
d6d2e633a8
|
Improved coding style
|
14 years ago |
vog
|
a9d9a4a53c
|
Added missing "const"
|
14 years ago |
Andreas Huggel
|
774e18da73
|
#778: Added epsimage.[ch]pp files to cmake scripts.
|
14 years ago |
vog
|
50469e9747
|
Improved variable naming in EpsImage
|
14 years ago |
vog
|
315b5d9707
|
Replaced heuristics with hard criteria about where the %%Page section of an EPS file begins when it is not specified explicitly, adjusted test suite
|
14 years ago |