Kevin Backhouse
|
b6a4fd1c67
|
Add storage parameter to setData.
|
4 years ago |
Kevin Backhouse
|
9f3240c91c
|
Delete TiffEntryBase::isMalloced_ field and use a std::shared_ptr instead.
|
4 years ago |
Rosen Penev
|
37fea97dd3
|
clang-tidy: use override
Found with modernize-use-override
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
9210fb85f9
|
clang-tidy: pass by value
Found with modernize-pass-by-value
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
ff39473c18
|
clang-tidy: convert to static
Found with readability-convert-member-functions-to-static
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
2e73aa9dc0
|
default con/destructors in headers
Helps to optimize trivially destructable stuff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Rosen Penev
|
bd6a996181
|
clang-tidy: use using
Found with modernize-use-using
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
4 years ago |
Luis Díaz Más
|
0bbaa6eff3
|
cpp: Replace auto_ptr by unique_ptr
|
4 years ago |
Robin Mills
|
d632988bbd
|
Massive code prolog cleanup.
|
4 years ago |
Robin Mills
|
4ae0a1d2a3
|
Tidy up. Rename Tag::cr3_exif -> Tag:cmt2
|
4 years ago |
Christoph Hasse
|
29f3d5cac9
|
introduce parseTiff method to parse exif
|
4 years ago |
Robin Mills
|
9b877f8506
|
Success. It's working!
|
5 years ago |
Robin Mills
|
45119e3260
|
WIP: working to understand how to support tiffIfd in tiffvisitor_int.cpp
|
5 years ago |
Luis Díaz Más
|
603692a1d8
|
Copyright to Exiv2 authors
|
7 years ago |
tbeu
|
5df8b01b77
|
Remove obsolete svn revision
|
8 years ago |
Robin Mills
|
6d5c2c3256
|
Getting ready to release v0.26
|
8 years ago |
Andreas Huggel
|
fd80993ab0
|
Updated copyright notice.
|
10 years ago |
Andreas Huggel
|
f09fceda6b
|
Updated copyright year in a few files, version in runner.txt.
|
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 |
Andreas Huggel
|
0d397b95c7
|
Updated copyright message for 2012.
|
13 years ago |
Andreas Huggel
|
0e0845d7be
|
#635: Added experimental write-support for CR2.
|
13 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
|
717d789c8e
|
#721: Renamed ifdItem to groupName and big internal clean-up: consolidated groups and IfdIds.
|
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
|
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
|
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
|
3662c29f16
|
Pointer acrobatics to workaround MSVC 7.1 problem.
|
16 years ago |
Andreas Huggel
|
763b4f7933
|
Removed trailing whitespace.
|
16 years ago |
Andreas Huggel
|
bb71f49bdc
|
Added config for IFD3 (needed for CR2, at least some), fixed Nikon assertion failure for unknown complex binary arrays (reported by Marcel Wiesweg).
|
16 years ago |
Andreas Huggel
|
f9c98522dc
|
Doc cosmetics.
|
16 years ago |
Andreas Huggel
|
370af5c8a3
|
Merged all changes from the unstable branch into the trunk.
|
16 years ago |
Andreas Huggel
|
8a6d9dbc42
|
Updated Copyright notice for 2009.
|
17 years ago |
Andreas Huggel
|
afe8efcc31
|
Improved Panasonic RW2 decoder: now uses a dedicated PanasonicRaw tag table and reads Exif data from embedded preview image.
|
17 years ago |
Andreas Huggel
|
808494f0a1
|
Refactored TiffCreator: simplified, fixed several todo's, laid the ground work for multiple TIFF tree structures.
|
17 years ago |
Andreas Huggel
|
b657f8a9be
|
Minor improvements when writing duplicate tags.
|
17 years ago |
Andreas Huggel
|
800b1c1c29
|
Improved non-intrusive writing.
|
17 years ago |
Andreas Huggel
|
5fd43e998c
|
Fixed writing of TiffImageEntry previews in the Makernote (Exif.OlympusCs.PreviewImageStart).
|
17 years ago |
Andreas Huggel
|
7efd36d244
|
Removed trailing whitespace.
|
17 years ago |
Andreas Huggel
|
27d9c0487f
|
Added type tiffIfd, made decoding of OlympusCs tags work.
|
17 years ago |
Andreas Huggel
|
5955cfab94
|
Added IFD2 for PEF write support, fixed order in which image data is written.
|
17 years ago |
Andreas Huggel
|
009a214c95
|
Improved handling of sub-IFDs when writing (relevant eg., for TIFF/EP and NEF formats).
|
17 years ago |
Andreas Huggel
|
76948ce108
|
Minor doc fixes.
|
17 years ago |
Andreas Huggel
|
8f167ee426
|
Improved/fixed Exif (TIFF) type handling.
|
17 years ago |
Andreas Huggel
|
faf3087de0
|
Added support to write TiffArrayElements with multi-component values.
|
17 years ago |
Andreas Huggel
|
0d55992e2f
|
Merged unstable branch to trunk.
|
17 years ago |