HumanDynamo
|
02b9117b2e
|
update Exif tag MeteringMode accordinly with ExifTool descriptions
|
19 years ago |
HumanDynamo
|
52f64fb8a1
|
if exif resolution units tags is set 1, return "none"
|
19 years ago |
Andreas Huggel
|
d0c68f2b94
|
Minor change
|
19 years ago |
Andreas Huggel
|
d3d2d4c023
|
Added boundary check for next IFD to Ifd::read, fixes bug #479.
|
19 years ago |
Andreas Huggel
|
2b12dfea4c
|
Updated Cr2Image to use mmap
|
19 years ago |
Andreas Huggel
|
5a5fcf8503
|
Added workaround for mmap/munmap for platforms which do not have these (MinGW and MSVC), converted CrwImage to use mmap too.
|
19 years ago |
Andreas Huggel
|
ebe5bb0a27
|
Added experimental mmap support to improve read performance for TIFF and PNG images, barely tested and only on Linux
|
19 years ago |
Andreas Huggel
|
3902c1d092
|
Cleaned-up TIFF dependencies
|
19 years ago |
Andreas Huggel
|
fe512e1470
|
TiffParser can now be parametrized with a decoder. Added Cr2Image which uses this to filter not applicable IFD0 tags.
|
19 years ago |
Andreas Huggel
|
28f1dbe8b4
|
Removed -ansi option which caused problems with iotest on MinGW
|
19 years ago |
Andreas Huggel
|
9eaafe84a2
|
Enabled additional compiler warnings and more strict checks for standard C++
|
19 years ago |
Andreas Huggel
|
66e78f694d
|
Fixed copy c'tor properly
|
19 years ago |
Andreas Huggel
|
9daaaa3f6d
|
Fixed compiler warnings
|
19 years ago |
HumanDynamo
|
6584b7a7c4
|
disable PNG debug flags
|
19 years ago |
Andreas Huggel
|
64c218210d
|
Added configure switches for zlib, --without-zlib does not compile PNG support.
|
19 years ago |
Andreas Huggel
|
26d65a34b1
|
More build environment cleanup
|
19 years ago |
Andreas Huggel
|
9ee84c5133
|
Fixed previous revision. Added check for libm.
|
19 years ago |
Andreas Huggel
|
5c9535595a
|
Extended autoconf tests to check for zlib header file, preparations for conditional compilation of zlib dependent code
|
19 years ago |
HumanDynamo
|
fe98349a7c
|
remove -lz option
|
19 years ago |
HumanDynamo
|
18da38e6d0
|
Add .configure ZLib test
|
19 years ago |
HumanDynamo
|
b4789e7969
|
Code polishing.
Fix GCC 4.1 compilation warnings.
Remove unwanted tabs.
|
19 years ago |
HumanDynamo
|
fa7223d103
|
New PNG image parser to extract EXIF/IPTC RAW profiles embeded in text tags by ImageMagick/GraphicsMagick during image convertion
Current implementation is read only.
TODO : Fix configure rules about zlib depency require by this implementation.
Optimize image loading.
|
19 years ago |
Andreas Huggel
|
920da80d70
|
Minor AutoPtr related cleanup
|
19 years ago |
Andreas Huggel
|
5099f2463f
|
Fixed MSVC 2005 assertion triggered by iotest
|
19 years ago |
Andreas Huggel
|
5f48c8e9a6
|
Create a CommentValue rather than a DataValue for Exif.Photo.UserComment. Fixes Bug #471
|
19 years ago |
HumanDynamo
|
7a931c44eb
|
update
|
19 years ago |
HumanDynamo
|
5d9e1b7fd1
|
PNG test image generated with ImageMagick including Exif/Makernote/IPTC
|
19 years ago |
HumanDynamo
|
5f24c727b7
|
Add Kdevelop project
|
19 years ago |
Andreas Huggel
|
707b8e8dc0
|
New TIFF parser: Extract TIFF thumbnail from IFD1 if there is one.
|
19 years ago |
Andreas Huggel
|
0eae0124ec
|
Minor doc fix
|
19 years ago |
Andreas Huggel
|
8a88600262
|
Cleanup: Replaced simple print functions with EXV_PRINT_TAG macro and TagDetails array.
|
19 years ago |
Andreas Huggel
|
d2985430b9
|
Tagged release 0.10
|
19 years ago |
Andreas Huggel
|
7cdfa9bb9a
|
Fixed MSVC compilation errors
|
19 years ago |
Andreas Huggel
|
76bbaae302
|
Updated changelog
|
19 years ago |
Andreas Huggel
|
2af57fb29d
|
Fixed MemIo EOF behaviour to be similar to that of FILE*. Fixes bug #469
|
19 years ago |
HumanDynamo
|
fc33162864
|
Missing 'Adobe RGB' color space value used with tiff file
|
19 years ago |
Andreas Huggel
|
73c6be0749
|
Stripped trailing whitespace
|
19 years ago |
Andreas Huggel
|
6dd2941188
|
Fixed typo
|
19 years ago |
Andreas Huggel
|
7282fb8108
|
Included exiv2_version.h from types.hpp, added sample usage
|
19 years ago |
Andreas Huggel
|
e731adcbd8
|
Added EXIV2_CHECK_VERSION(major,minor,patch) and related defines for use by applications to check the Exiv2 version
|
19 years ago |
HumanDynamo
|
7fa3b9ef62
|
Fix tags Compression and Photometric according with last libtiff 3.8.2 descriptions
|
19 years ago |
Andreas Huggel
|
7b75f9782f
|
Updated tag values for "Compression" and "PhotometricInterpretation" (Gilles Caulier)
|
19 years ago |
Andreas Huggel
|
4ecf81832d
|
Fixed subtle vector bug and cleaned-up setIptcIrb
|
19 years ago |
Andreas Huggel
|
c1a869d332
|
Rearranged code and isolated a function to set a Photoshop IPTC IRB from the Jpeg write code into class Photoshop.
|
19 years ago |
Andreas Huggel
|
a0053d3795
|
Created helper class Photoshop, moved Adobe IRB support into this class, part 1
|
19 years ago |
Andreas Huggel
|
53a55d55ca
|
Fixed MSVC compiler warnings
|
19 years ago |
Andreas Huggel
|
400eae74b8
|
Minor update
|
19 years ago |
Andreas Huggel
|
823a84d3d2
|
Added support for IPTC data found in an Exif Photoshop IRB tag of a TIFF/RAW image
|
19 years ago |
Andreas Huggel
|
449b65c39e
|
Updated GNU config files
|
19 years ago |
Andreas Huggel
|
cb828a7f57
|
Added more specific decode function to map subIFD tags with data for the primary image to the Image group, removed generic mappers for now.
|
19 years ago |