Andreas Huggel
|
99b4e71459
|
Updated copyright and fsf address
|
20 years ago |
Andreas Huggel
|
444ab5f0bc
|
Minor updates
|
20 years ago |
Andreas Huggel
|
d545215ceb
|
Completed CRW write support, feature #438. Only tested on Linux
|
20 years ago |
Andreas Huggel
|
92b9339cd2
|
Updated test output
|
20 years ago |
Andreas Huggel
|
a0f0c0e18c
|
Another update on the way to CRW write-support. Still not complete; don't use
|
20 years ago |
Andreas Huggel
|
c3c758c2f3
|
Updated Nikon lens info to v2.00 of Robert Rottmerhusen's lens database
|
20 years ago |
Andreas Huggel
|
3eea926b43
|
Preparations for CRW write support.
|
20 years ago |
Andreas Huggel
|
42107086ec
|
Minor change
|
20 years ago |
Andreas Huggel
|
8befde4120
|
Utility: use CanonCs2.ISOSpeed instead of CanonCs1.ISOSpeed
|
20 years ago |
Andreas Huggel
|
bce4645165
|
Added a parser layer to the Crw image handling code. No functional change.
|
20 years ago |
Andreas Huggel
|
8ef1d8f854
|
Added -c option to the exiv2 utility to set the Jpeg comment from a string given on the command line. Implements feature #446.
|
20 years ago |
Andreas Huggel
|
d509e8c86f
|
Fixed include for utime.h to compile on Windows
|
20 years ago |
Andreas Huggel
|
c5d91d374a
|
Added option -k to preserve file timestamps and -t/-T to set the timestamp in the rename action. Only tested on Linux. Implements feature #448.
|
20 years ago |
Andreas Huggel
|
fc11d18013
|
Make sure the str argument to sscanf() is a 0 terminated C-string. Fixes Bug #447.
|
20 years ago |
Andreas Huggel
|
59f891d88c
|
Updated Nikon lens info to v1.54 of Robert Rottmerhusen's lens database
|
20 years ago |
Andreas Huggel
|
b9d4e13073
|
Added VALGRIND variable to test scripts
|
20 years ago |
Andreas Huggel
|
f0d59e4ce0
|
Tagged release 0.8
|
20 years ago |
Andreas Huggel
|
da1b4cb3e0
|
Minor change
|
20 years ago |
Andreas Huggel
|
f65b5c4021
|
Updated ChangeLog
|
20 years ago |
Andreas Huggel
|
0398735e80
|
Changed class Entry to transform comment type on the fly. Fixes bug #445.
|
20 years ago |
Andreas Huggel
|
fd2b211222
|
Bumped version to 0.8, updated ChangeLog
|
20 years ago |
Andreas Huggel
|
2cd2ad6444
|
Minor cleanup
|
20 years ago |
Andreas Huggel
|
58e8f30110
|
Added man page (based on Peter KELEMEN's Debian man page)
|
20 years ago |
Andreas Huggel
|
bdce90b572
|
Minor changes
|
20 years ago |
Andreas Huggel
|
fc93a620ee
|
Improved bugfix regression test script
|
20 years ago |
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 |