Robin Mills
3a7b0e0122
#1114 . Correction to r3929.
10 years ago
Robin Mills
7b84f8bbce
#1114 Fix submitted.
10 years ago
Robin Mills
5eabef4306
Fix to r3898. Apologies to Andreas for breaking the linux build.
10 years ago
Andreas Huggel
983b107701
#917 : Tweaks to the utility -p<x> return codes and info messages.
10 years ago
Robin Mills
6808b073f3
#1074 . Implemented exiv2 options -eC and -pC for JPEG.
10 years ago
Robin Mills
ccb462869f
Fix : #1100
10 years ago
Andreas Huggel
006625e116
Removed helper functions binaryToString() and stringFormat() from the API and from class Image and made them internal helpers. Renamed type printStructureOption_e to PrintStructureOption to conform with the common naming convention.
10 years ago
Andreas Huggel
fd80993ab0
Updated copyright notice.
10 years ago
Robin Mills
8424bdaa71
Replace REG_BASIC with 0. Some platforms don't define REG_BASIC.
10 years ago
Robin Mills
4c886bab24
#1024 and #1053 . Changed option REG_EXTENDED and REG_BASIC to support ^ as a begin marker.
10 years ago
Robin Mills
0e1b77c8b4
#1028 and #1053 . Change options to regex to respect ^ and $ in option -g
10 years ago
Robin Mills
3c42a1e47f
#1053 . Added new option -K key for exact Key match (not grep as -g).
...
Added long versions of all options (eg --key = -K)
Added Command Summary to exiv2.1
Work in progress: exiv2.1 documents features which are not yet implemented:
- modifier - (stdin/stdout) to insert/extract
- modifier R (roundtrip) to insert
10 years ago
Robin Mills
6c113871ef
#922 . Added options -pS and -pX to exiv2(.exe). Still to deal with -dI
10 years ago
Robin Mills
856ddd323c
#1029 Spell separator correctly everywhere (not seperator).
10 years ago
Robin Mills
710da96251
#917 . Changing the condition for reporting an error. We should not report an error for missing metadata when the user uses [-g match]+
11 years ago
Robin Mills
759963280e
#917 . Thank you Thomas for the patch. Very much appreciated.
11 years ago
Robin Mills
faf51171d0
#1024 . Thank you, Thomas for this very useful contribution.
11 years ago
Robin Mills
863c6524c4
#1019 . Thanks to private email with Thomas about the MSVC issue. Changed a signature in the patch to calm the compiler.
...
MSVC is more strongly insistent than GCC or Clang about signature match.
11 years ago
Robin Mills
eb754a9ea5
#1021 . Rollback r3939 because it broke the build on MSVC 2005. See http://dev.exiv2.org/issues/1021 for discussion
11 years ago
Robin Mills
b59768df7d
#1021 . Thank You Thomas for reporting this and the patch.
11 years ago
Robin Mills
d393b0fa7e
trunk: exiv2 v0.25
11 years ago
Robin Mills
0eaf3f956a
CID: 1225750. Unused assignment.
11 years ago
nkbj
cba436607f
Fix bug #964 : Fix typo in src/actions.cpp.
11 years ago
nkbj
3af9380bb2
Issue #954 : Add support for Exif.CanonFi.FocusDistanceUpper and Exif.CanonFi.FocusDistanceLower. Thanks goes to Roman Lebedev for the patch.
11 years ago
Robin Mills
4e530fbce0
Bumping the copyright notice again. (re-doing 3089 without breaking the build!)
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
Robin Mills
7f157970eb
Changed symantics of exiv2 -g grep-tag to be a substring match (so -g GPS will match every GPS key).
13 years ago
Andreas Huggel
0d397b95c7
Updated copyright message for 2012.
13 years ago
Andreas Huggel
b796adfa83
Minor fix.
14 years ago
vog
2d2a6bb8c3
Fixed bug in "exiv2 -ix": When writing metadata failed, the exitcode was 0 instead of 1
...
This issue occured only when reading metadata succeeded,
but writing metadata failed.
14 years ago
Andreas Huggel
617779ec55
Fixed time setting of -T option when DST is in effect.
14 years ago
Andreas Huggel
7770151915
Updated Copyright message for 2011.
15 years ago
Andreas Huggel
9195470f22
Allow "migration" of XMP namespaces. Simplified XMP-SDK RegisterNamespace().
15 years ago
Andreas Huggel
c137bf6afa
#727 : Fixed -g option to print multiple matches.
15 years ago
Andreas Huggel
9c14fce52f
#719 : Removed Canon makernote class and pretty-print functions from the published interface.
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
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
Robin Mills
90147a3439
MSVC fixes to
...
1) remove use of gmtime_r
2) export static DLL method const char* CommentValue::name(CharsetId)
See discussion #419 in the Forum. http://dev.exiv2.org/boards/3/topics/show/419
16 years ago
Andreas Huggel
f03af22ccd
#683 : Fixed -r conversions for weekday and day of year.
16 years ago
Andreas Huggel
6c0ecf66fb
#662 : Added new option -n and action fixcom to exiv2 utility.
16 years ago
Andreas Huggel
f01c919e14
Added -g option to exiv2 utility to 'grep' info for individual tags.
16 years ago
Andreas Huggel
942d217e89
#662 : Fixes by Leo Sutic. Added carriage return to the special characters.
16 years ago
Andreas Huggel
0b65033488
#665 : Quick-fix for the exiv2 utility to allow inserting Exif data into ORF files.
16 years ago
Andreas Huggel
763b4f7933
Removed trailing whitespace.
16 years ago
Andreas Huggel
9198431ea2
-b option now also suppresses Byte and SByte values.
16 years ago
Andreas Huggel
370af5c8a3
Merged all changes from the unstable branch into the trunk.
16 years ago
Andreas Huggel
d69961b5b8
#641 : Use image dimensions of the primary image.
16 years ago
Andreas Huggel
21ccbfce18
#618 : Added functions for easy access of common metadata, which is not always in the same tag. (Based on a discussion with and initial patch from Carsten Pfeiffer)
17 years ago
Andreas Huggel
cde2a54cc5
#602 : Added specialized insert and delete code for TIFF-like target images.
17 years ago
Andreas Huggel
8a6d9dbc42
Updated Copyright notice for 2009.
17 years ago
Andreas Huggel
3b4f5b8c35
#494 : Added Exif.Canon.FocalLength (Artis Rozentals).
17 years ago
Andreas Huggel
2f25f6a14e
Minor change: added comment to clarify fix for #612 .
17 years ago
Andreas Huggel
370c30cb14
Quickfix to remove XMP packet without API change. Fixes #612 .
17 years ago
Andreas Huggel
f90d554489
* Consolidated exiv2 tool print code
...
* Added option to print all metadata (-pa)
* Added control for type of metadata printed with -P
* API change, class Metadatum and derived classes: Added familyName() and groupName() to the Metadatum API
17 years ago
Andreas Huggel
b5a00fcd5c
* Added options -pp and -ep to list and extract preview images
...
* #584 : Implemented missing member function
* API change, class PreviewImage: Added members to access all preview properties
* Minor fix: Suppress XMP encoding error when XMP is not enabled.
17 years ago
Andreas Huggel
87ac67e5f1
#580 : Fixed return code of modify action (set/add).
17 years ago
Andreas Huggel
7efd36d244
Removed trailing whitespace.
17 years ago
Andreas Huggel
9f791e6ac6
Updated Olympus Camera Settings tags.
17 years ago
Andreas Huggel
fcd7b2ca45
Fixed test whether data area is outside of the data buffer (partially tested).
17 years ago
Andreas Huggel
7b6652a910
Added ExifData pointer to Metadatum::write et al, added CanonCs.LensType and pretty-print function, changed exiv2 tool to use the new methods to print interpreted values (which allows it to refer to other metadata).
17 years ago
Andreas Huggel
ec1ea1fe80
#568 : Check for empty value when creating thumbnail and preventively also in a number of other places.
17 years ago
Andreas Huggel
8f167ee426
Improved/fixed Exif (TIFF) type handling.
17 years ago
Andreas Huggel
b759193273
Removed trailing whitespace.
17 years ago
Andreas Huggel
0d55992e2f
Merged unstable branch to trunk.
17 years ago
Andreas Huggel
e17f53c2e6
Completed exiv2 utility support for XMP sidecar files.
17 years ago
Andreas Huggel
ef14bf1c31
Changed option -eX to write XMP sidecar file (corresponding insert not done yet).
17 years ago
Andreas Huggel
654d51a366
Added read support for jp2 and psd images, stubs for gif, bmp and tga images, and pixelWidth and pixelHeight methods on Image (Marco Piovanelli).
17 years ago
Andreas Huggel
81ff0d6a7c
Fixed g++-4.3 errors and warnings.
17 years ago
Andreas Huggel
c54c385d61
Added XMP pretty-print functionality (by webustany for GHOP 98).
18 years ago
Andreas Huggel
2e3672d211
#539 : Make registration of namespaces actually work (Vladimir Nadvornik, S M Ryan)
18 years ago
Andreas Huggel
3ac665a305
Added 2008 to Copyright notice.
18 years ago
Andreas Huggel
7a8bf1dad8
Added options -Y, -O and -D to the exiv2 tool to adjust Exif timestamps by years, months and days.
18 years ago
Andreas Huggel
3c17cb4dec
Modified fixiso to handle Canon tags as well.
18 years ago
Andreas Huggel
595665be33
Added reg command to utility, fixed set command to wrok better with XMP arrays, modified LangAlt write method to write default first, fixed registerNs bug.
18 years ago
Andreas Huggel
52ddfc5938
Minor cleanup (memset -> std::memset, memcpy -> std::memcpy).
18 years ago
Andreas Huggel
97956266e6
Utility: Implemented modify action for XMP properties. Library: Bugfixes, tweaks.
18 years ago
Andreas Huggel
c2b31e4f5f
Utility: Implemented XMP delete and insert from *.xmp file actions. Library: Added logic to determine whether to write from XMP packet or parsed XMP data.
18 years ago
Andreas Huggel
ac314ddfbc
Intermediate state: Merged rev. 1153-1196 from branches/xmp.
18 years ago
Andreas Huggel
cf541ca12e
Added curly braces to make Visual C++ happy.
18 years ago
Andreas Huggel
755bb63ef0
Rename action: Use Exif.Image.DateTime if Exif.Photo.DateTimeOriginal is not present.
18 years ago
Andreas Huggel
da6266da3b
Copyright updates for 2007
19 years ago
Andreas Huggel
45595a7766
Added ability to modify metadata on-the-fly, together with the extract and insert actions. Implements feature #504 .
19 years ago
Andreas Huggel
0723a62899
Removed trailing whitespace
19 years ago
Andreas Huggel
04126e8bb8
Merged revisions 907:999 from gettext branch into trunk
19 years ago
Andreas Huggel
db5426a29e
Added RenameAddon1.diff patch from Tobias Jahn, fixes bug #459 .
19 years ago
Andreas Huggel
0ed9ecd922
Initialise tm_isdst to -1 when converting a date/time string. Fixes #493 .
19 years ago
Andreas Huggel
367faecf0c
Changed exiv2 del command to delete all occurences of a tag (Toff)
19 years ago
Andreas Huggel
6af67226b2
Renamed CanonCs1,2 groups to CanonCs and CanonSi respectively (David Cannings)
19 years ago
Andreas Huggel
d53a778b2b
Fixed MSVC 2005 issues (except for exiv2com) and minor problems. All tests pass now on MSVC 2005. Fixes bug #455
19 years ago
Andreas Huggel
9daaaa3f6d
Fixed compiler warnings
19 years ago
Andreas Huggel
73c6be0749
Stripped trailing whitespace
19 years ago
Andreas Huggel
3a5066cf73
Updated exiv2 summary output, minor fixes to Nikon NEF and Sony SR2 handling
19 years ago
Andreas Huggel
c0ff4bd4b0
Added -b, -u and -P options to the utility. The -P option implements feature #468 .
19 years ago
Andreas Huggel
6942a28dfa
Backed out changes done in Rev. 752
19 years ago
Andreas Huggel
84ec44eddd
Canon makernote update (Patrice Boissonneault). This is an intermediate revision for keepsake purposes. I will reduce this to a more conservative version shortly, in the meantime, try to avoid using this revision.
19 years ago
Andreas Huggel
2a054c7543
Display filename in print mode if processing multiple images, like grep does (Roger Larsson)
19 years ago
Andreas Huggel
ab10daa6d9
Removed trailing whitespace
20 years ago
Andreas Huggel
56f7b38689
Changes for Visual Studio C++ 2005 (8.0), part 1
20 years ago