Andreas Huggel
|
2db819ccb6
|
Implemented erase Exif data
|
22 years ago |
Andreas Huggel
|
eacaf1cde0
|
Minor change
|
22 years ago |
Andreas Huggel
|
4f69969121
|
Minor doc fix
|
22 years ago |
Andreas Huggel
|
0641c3bd61
|
Skip JFIF APP0 segment in JpegImage::readExifData()
|
22 years ago |
Andreas Huggel
|
3b60f986a0
|
Added advance arg to isThisType()
|
22 years ago |
Andreas Huggel
|
f520a571a6
|
Avoid opening the image twice on read and write
|
22 years ago |
Andreas Huggel
|
7d7322dff7
|
Implemented ImageFactory::create() and its use in ExifData
|
22 years ago |
Andreas Huggel
|
a2d6fc2013
|
Added ebrowse to ctags target (experimental)
|
22 years ago |
Andreas Huggel
|
8b7d9b8ea2
|
Introduced Image class hierarchy, but JpegImage remains the only impl for now
|
22 years ago |
Andreas Huggel
|
6086a7eaa4
|
Minor doc changes
|
22 years ago |
Andreas Huggel
|
91c8853d9f
|
Minor changes
|
22 years ago |
Andreas Huggel
|
13221f14c8
|
Simplified sample programs
|
22 years ago |
Andreas Huggel
|
3681403ac4
|
Naming convention: Renamed data members xyz_ that are pointers to pXyz_
|
22 years ago |
Andreas Huggel
|
8d677a69f3
|
Added Erase and Extract Tasks, part 1 (for thumbnails)
|
22 years ago |
Andreas Huggel
|
a0a42b148e
|
Added Thumbnail class hierarchy and support to erase thumbnails
|
22 years ago |
Andreas Huggel
|
7ffc22ce08
|
Minor changes
|
22 years ago |
Andreas Huggel
|
027e9f4bdf
|
Added print0xa405() to print the 35mm equivalent focal length
|
22 years ago |
Andreas Huggel
|
f7c55fcb64
|
Bugfix: Set offset to the next IFD directly in the underlying data buffer in non-alloc mode
|
22 years ago |
Andreas Huggel
|
532b0c33a7
|
Added Thumbnail::dataSize
|
22 years ago |
Andreas Huggel
|
fbab78ef9a
|
Minor change
|
22 years ago |
Andreas Huggel
|
bac67ee39f
|
Use assert macro where appropriate
|
22 years ago |
Andreas Huggel
|
e50500a59c
|
Made print functions static to facilitate using them from clients
|
22 years ago |
Andreas Huggel
|
8c7c00a86e
|
Bugfix in Entry::setValue : use type, not type_
|
22 years ago |
Andreas Huggel
|
5a99d49284
|
Switched debugging output off
|
22 years ago |
Andreas Huggel
|
7eb907be5a
|
Isolated Canon Makernote print functions better to make them usable from client applications
|
22 years ago |
Andreas Huggel
|
7048f7d32b
|
Use Canon Makernote data for ISO and Exposure Program
|
22 years ago |
Andreas Huggel
|
95ff809f8f
|
More consistent output for exposure program settings
|
22 years ago |
Andreas Huggel
|
f297a651f9
|
More consistent / better defined handling of Entry::size_
|
22 years ago |
Andreas Huggel
|
1d655bb915
|
Make IfdMakerNote::read and copy virtual
|
22 years ago |
Andreas Huggel
|
80005ff6d6
|
Added Entry::component
|
22 years ago |
Andreas Huggel
|
da6d28ade4
|
Minor doc change (removed Todo)
|
22 years ago |
Andreas Huggel
|
a080a79cac
|
Added FUJIFILM MakerNote
|
22 years ago |
Andreas Huggel
|
77ad0f778b
|
Generalized read and copy of IfdMakerNote to use the new parameters (prefix, abs offset, byte order)
|
22 years ago |
Andreas Huggel
|
8f749e8c75
|
Added byte order to MakerNote and added prefix and abs offset to IfdMakerNote
|
22 years ago |
Andreas Huggel
|
ebfc63dc56
|
Added invalidByteOrder and changed invalid to invalidTypeId
|
22 years ago |
Andreas Huggel
|
0a774bbe4d
|
Change to invalidTypeId
|
22 years ago |
Andreas Huggel
|
e413fa60b4
|
Use invalidByteOrder as default in read and copy functions that do not need any byte order
|
22 years ago |
Andreas Huggel
|
16f3871cd8
|
Generate dependencies from *mn.hpp files
|
22 years ago |
Andreas Huggel
|
370783fdce
|
Supported invalidByteOrder
|
22 years ago |
Andreas Huggel
|
8a776d2f44
|
Supported MakerNote byte order and invalidTypeId
|
22 years ago |
Andreas Huggel
|
f5f515363e
|
Fix ExposureTime if it is > 1 s
|
22 years ago |
Andreas Huggel
|
cdc8c000cf
|
Minor changes
|
22 years ago |
Andreas Huggel
|
d721001f1f
|
Minor fix for debug mode
|
22 years ago |
Andreas Huggel
|
44cdf21cdd
|
Added optional offset arg to hexdump
|
22 years ago |
Andreas Huggel
|
b4952cc1d4
|
Bugfix
|
22 years ago |
Andreas Huggel
|
fe6ee8bc05
|
Added simple unit tests and expected output
|
22 years ago |
Andreas Huggel
|
6c389a708b
|
Fixed TIFF thumbnail bug in Thumbnail::updateTiffImage
|
22 years ago |
Andreas Huggel
|
fba516dcc9
|
Added memory management support, changed factory from storing prototypes to storing a create function
|
22 years ago |
Andreas Huggel
|
eb9541f172
|
Makernote write support, part 3 (differentiate memory management modes, do not sort makernote)
|
22 years ago |
Andreas Huggel
|
27a9560e30
|
Minor changes
|
22 years ago |