Andreas Huggel
|
f4adc6528b
|
Changed Exif parser to skip broken Ifds if possible. Fixes bug #443.
|
20 years ago |
Andreas Huggel
|
9245f85298
|
Minor changes
|
20 years ago |
Andreas Huggel
|
92a585fad0
|
Added option --libtool-libs and a tweak to --cflags to exiv2-config
|
20 years ago |
Andreas Huggel
|
0ac2d66f4b
|
Added exiv2-config script. Applications that include exiv2 headers and link with the installed library can use this in their build commands.
|
20 years ago |
Andreas Huggel
|
1b45bf6e39
|
Honour DESTDIR variable in Makefile
|
20 years ago |
Andreas Huggel
|
1c3bd8beb4
|
Started test driver for bugfixes regression testing
|
20 years ago |
Andreas Huggel
|
ef8bd98e79
|
Added test images
|
20 years ago |
Andreas Huggel
|
04861a2569
|
Updated documentation for Doxygen 1.4.5
|
20 years ago |
Andreas Huggel
|
8c623635e9
|
Changed hasMakerNote to return an IfdId instead of bool
|
20 years ago |
Andreas Huggel
|
260b9af10b
|
Removed hasMakerNote() from ExifData and made it a free function. Added setting to generate an XML tagfile to Doxyfile.
|
20 years ago |
Andreas Huggel
|
4843b8a5df
|
Avoid adding a metadatum if reading the value fails
|
20 years ago |
Andreas Huggel
|
57fa6c9211
|
Changed MemIo "copy-on-expand" to "copy-on-write" strategy to ensure that the original buffer is never modified
|
20 years ago |
Andreas Huggel
|
c32e706c36
|
Changed Value::read() to return an int indicating success instead of throwing. Added Support for HHMMSS and H:M:S formats to TimeValue (assumes timezone is UTC). Fixes bug #440.
|
20 years ago |
Andreas Huggel
|
06e5c0719e
|
Removed trailing whitespace from source files
|
20 years ago |
Andreas Huggel
|
277edf23fb
|
Added imgreg.cpp to the MSVC build and did some cosmetic changes in the README
|
20 years ago |
Andreas Huggel
|
773e6c6fa1
|
Use re-entrant system functions (gmtime_r, strerror_r) if available
|
20 years ago |
Andreas Huggel
|
10a1b24398
|
Changed -s option to -S and included the "." in the suffix (similar to the -S option of gzip)
|
20 years ago |
Andreas Huggel
|
ef7aae6fa3
|
Changed ImageFactory to use a static registry (to make it re-entrant without using a locking mechanism), introduced new ImageType namespace (for identifiers for image formats, these can be added without modifying image.*), tweaked image related documentation
|
20 years ago |
Andreas Huggel
|
bcf10895aa
|
Relaxed Iptc parsing to be able to read certain broken images
|
20 years ago |
Andreas Huggel
|
7b34668853
|
Minor changes
|
20 years ago |
Andreas Huggel
|
8093982ca4
|
Fixed MinGW warnings
|
20 years ago |
Andreas Huggel
|
b55a7f9f9c
|
Cosmetics
|
20 years ago |
Andreas Huggel
|
0cd8d4e5d0
|
Adjusted svn properties
|
20 years ago |
Andreas Huggel
|
98ebb66d61
|
Implemented "copy-on-expand" memory mgmt strategy for MemIo instead of blindly copying the memory buffer
|
20 years ago |
Andreas Huggel
|
e65f3fef98
|
Fixed MSVC and MinGW warnings
|
20 years ago |
Andreas Huggel
|
d7c80de351
|
Added -s <suffix> option to the utility. This allows, e.g, to use Canon THM files as source file for the insert command.
|
20 years ago |
Andreas Huggel
|
2b55ed40b6
|
Corrected and renamed Ciff parser class hierarchy
|
20 years ago |
Andreas Huggel
|
15564f4cf0
|
Fixed print function mixup and further cleaned-up the summary printing in the utility
|
20 years ago |
Andreas Huggel
|
489fff191d
|
Canon CRW read support, first try. Introduces a new approach to parsing metadata. Cluttered by some related additions to the Canon makernote note and a bit of cleanup.
|
20 years ago |
Andreas Huggel
|
f3a62630b2
|
Fixed bug #437, added "Raw" image quality
|
20 years ago |
Andreas Huggel
|
666e9be9b4
|
Fixed name of included file
|
20 years ago |
Andreas Huggel
|
147095cb35
|
Tagged Vizrea Exiv2 version 7
|
20 years ago |
Andreas Huggel
|
ac2bdc1719
|
Removed GNU getopt files and Nikon lens data, updated tests
|
20 years ago |
Andreas Huggel
|
4ce197d323
|
Started Vizrea branch from 0.7
|
20 years ago |
Andreas Huggel
|
f6e736ad98
|
Replaced getopt with more mature version from MinGW (BSD license)
|
20 years ago |
Andreas Huggel
|
efdcacdd7d
|
Removed unnecessary includes
|
20 years ago |
Andreas Huggel
|
a19b0f79e4
|
Updated Nikon lensdata to v1.19 of Robert Rottmerhusen's list
|
20 years ago |
Andreas Huggel
|
47aad1f393
|
Added experimental bool ExifData::hasMakerNote() method
|
20 years ago |
Andreas Huggel
|
5823ceaff3
|
Changed Ifd::read() to allow it to access the complete Exif data buffer. Corresponding changes done to makernotes. Fixes bug #424.
|
20 years ago |
Andreas Huggel
|
1a2183c2ea
|
This should fix 'unused parameter' warnings reported on Mac OS 10.4.1 Tiger / gcc4. To be confirmed.
|
20 years ago |
Andreas Huggel
|
d2b2ccf068
|
Added a few non-Exif tags (TIFF, TIFF/EP, Adobe) in accordance with libexif
|
20 years ago |
Andreas Huggel
|
02dee1b329
|
Added tag and dataset title (label)
|
20 years ago |
Andreas Huggel
|
96f6866afd
|
Minor tweaks to the build environment: use values from the configure script rather than hardcoding them
|
20 years ago |
Andreas Huggel
|
b7cab6cafd
|
Updated Nikon lensdata to v1.15 of Robert Rottmerhusen's list
|
20 years ago |
Andreas Huggel
|
043a4a348b
|
Added #ifndef SUPPRESS_WARNINGS blocks around all output from the library: compile with -DSUPPRESS_WARNINGS for a quiet library
|
20 years ago |
Andreas Huggel
|
7d3f50c244
|
Minor changes (moved inline functions which throw to *.cpp files)
|
20 years ago |
Andreas Huggel
|
9c20ef1edb
|
Fixed memory leaks found by Valgrind
|
20 years ago |
Andreas Huggel
|
50abec1639
|
Replaced 'order-only prerequisites' with a simpler solution to remove dependency on the latest GNU make
|
20 years ago |
Andreas Huggel
|
595454f39f
|
Fixed ExifTags::printTag to call the print function only if there is at least one component in the value. Fixes bug #433. Fixed printLong print function to survive if the value is a Rational with a 0 denominator.
|
20 years ago |
Andreas Huggel
|
6fd5c0127e
|
Bugfix - use explicit rule to compile path-test.cpp
|
20 years ago |