Robin Mills
|
5f1d52e497
|
#1230 Added stdin-test and fixing issue identified by the test.
|
9 years ago |
Robin Mills
|
973dbc9847
|
Fixing clang warning in tiffvisitor.cpp
|
9 years ago |
Robin Mills
|
2ff64957aa
|
#1175. Thank You, LaserSoft, for reporting this and providing the patch.
|
9 years ago |
Robin Mills
|
04f871cc4c
|
#1152 Fix submitted. Also added new static function FileIo::temporaryPath() which I require for tgt - code and fixed typo in tiffvisitor.cpp
|
10 years ago |
Robin Mills
|
0798b95b50
|
#1143. Partial solution. I have suppressed the warning and allocated memory for Exif.Sony1.Preview. So now the size is revealed to the user. However: for reasons documented in the code, I am unable to locate the image in the source file and copy it into the metadata.
|
10 years ago |
Andreas Huggel
|
b768fb1067
|
#1095: Do not create a TIFF component for unexpected next IFD pointers.
|
10 years ago |
Andreas Huggel
|
a57317f685
|
Some API policing
|
10 years ago |
Andreas Huggel
|
fd80993ab0
|
Updated copyright notice.
|
10 years ago |
Robin Mills
|
a82fa51c8c
|
#900. Preserve XMP data in TIFF files when XMPsdk is not build into the library.
|
10 years ago |
Robin Mills
|
d393b0fa7e
|
trunk: exiv2 v0.25
|
11 years ago |
Andreas Huggel
|
dc6cd4cf67
|
#945: Set the makernote 'state' before post-processing Makernote components during reading.
|
12 years ago |
Robin Mills
|
89c796a3ab
|
Issue: #940. Fix compilation warnings.
|
12 years ago |
Andreas Huggel
|
f09fceda6b
|
Updated copyright year in a few files, version in runner.txt.
|
12 years ago |
Andreas Huggel
|
8e325e1c32
|
#876: Reverted changes made with r2966, r2976 and r2973 and added a fix to only output characters up to the first \0 in ASCII values.
|
12 years ago |
Robin Mills
|
a297d2b69e
|
Rollback 3089 - somehow it's broken the build!
|
12 years ago |
Robin Mills
|
da1ed8c536
|
Bumping the copyright notice in src &samples from 2012 to 2013
|
12 years ago |
nkbj
|
7abdb0b17e
|
Fix translatable names for Exif.Canon.LensModel.
|
12 years ago |
Robin Mills
|
09d7aeb8d1
|
Issue: #883. Fix for Coverity Scan Issue:982064
|
13 years ago |
Robin Mills
|
818c0e8590
|
Adding case asciiBytes to switches to fix compiler warnings from CMake/Unix.
|
13 years ago |
Robin Mills
|
e6e6d7b45c
|
Issue: #876 Fix for Exiv.Canon.LensModel displaying garbage bytes.
|
13 years ago |
Andreas Huggel
|
02f48be40c
|
#831: Also delete image tags from the Exif container during encoding.
|
13 years ago |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 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
|
7770151915
|
Updated Copyright message for 2011.
|
15 years ago |
Andreas Huggel
|
3b5540a392
|
#752: Do not decode duplicate binary array tags.
|
15 years ago |
Andreas Huggel
|
f25fca8808
|
#726: Added support for thumbnail found in sub-IFD of IFD1 of Samsung .SRW files.
|
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 |
Andreas Huggel
|
717d789c8e
|
#721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds.
|
15 years ago |
Andreas Huggel
|
45c2eb2d34
|
#721: Use Pimpl idiom for class ExifKey in preparation for more changes.
|
15 years ago |
Andreas Huggel
|
6fc96993a1
|
#711: Quickfix for Exif.OlympusIp.0x1104 which points to the beginning of the image. With this change the value is truncated now, i.e., it's size is set to 0.
|
15 years ago |
Andreas Huggel
|
06ce0d18b6
|
- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects. (Renamed existing exiv2.hpp to exiv2app.hpp)
- Changed Sony/Minolta pretty-print function to print EV value
- Renamed rcsid.hpp to rcsid_int.hpp, do not publish it anymore
|
15 years ago |
Andreas Huggel
|
03057632f5
|
Backed out revisions 2210:2208.
|
15 years ago |
Andreas Huggel
|
81163717eb
|
#701: Sort Sub-IFDs by group before writing, as the order may not be correct after copying image tags.
|
15 years ago |
Andreas Huggel
|
e0fa36074e
|
#668: Fixed obscure issue when copying SubIFDs. (digiKam bug 236127)
|
15 years ago |
Andreas Huggel
|
8ba70c74b1
|
Updated max number of sub-IFDs.
|
15 years ago |
Andreas Huggel
|
fc0d55dd8e
|
#611: SonySR2 support, part 2, still experimental and incomplete.
|
15 years ago |
Andreas Huggel
|
395b5b3a6a
|
#611: Support for SonySR2 private data and encrypted sub-IFD, part 1, still experimental and incomplete.
|
15 years ago |
Andreas Huggel
|
6d496a4888
|
Updated Copyright notice for 2010.
|
15 years ago |
Andreas Huggel
|
f8197d8463
|
#668: In TIFF and TIFF-like images, never modify 'image tags'. This patch implements the basic idea.
|
15 years ago |
Andreas Huggel
|
13704dcba4
|
#684: Extended SubIFD support to 9 SubIFDs.
|
16 years ago |
Andreas Huggel
|
b8d802c12c
|
#684: Quickfix to prevent the assertion failure.
|
16 years ago |
Andreas Huggel
|
5f1d09b6f0
|
#666: Added configuration setting to concatenate gaps between known tags in binary arrays. Needs testing and a test-case.
|
16 years ago |
Andreas Huggel
|
7a71340247
|
#677: Reversed changes from r2018.
|
16 years ago |
Andreas Huggel
|
2d91fb1f6d
|
#677: Avoid deleting Exif metadata from the container when writing.
|
16 years ago |
Andreas Huggel
|
763b4f7933
|
Removed trailing whitespace.
|
16 years ago |
Andreas Huggel
|
64af7781b8
|
#661: Changed type of tag Exif.Image.Resources to BYTE (1).
|
16 years ago |
Andreas Huggel
|
26cc4713d7
|
#620: Removed assertion. For decrypted tags, the condition can be false.
|
16 years ago |
Andreas Huggel
|
370af5c8a3
|
Merged all changes from the unstable branch into the trunk.
|
16 years ago |
Andreas Huggel
|
4ab90e0f60
|
#647: Extended range check.
|
16 years ago |
Andreas Huggel
|
4c17bc16b0
|
#647: Fixed type of offset which may be negative.
|
16 years ago |