Andreas Huggel
0b24a0ad29
makernote:
...
Added MakerNote::offset()
Fixed IfdMakerNote::copy() for IfdMakerNote with a prefix
Various doc fixes
ifd:
Fixed Ifd::erase(pos) to return an iterator
Added Ifd::dataOffset()
Various doc fixes
exif:
Added Thumbnail::offset()
Fixed ExifData::eraseThumbnail()
Fixed ExifData::erase(pos) to return an iterator
21 years ago
Andreas Huggel
1f943f45d2
Minor fixes for better consistency
21 years ago
Andreas Huggel
15fa808e05
Removed exiftest
21 years ago
Andreas Huggel
1594420448
Various updates
21 years ago
Andreas Huggel
226fafe3f6
Implemented Filesize (finally)
21 years ago
Andreas Huggel
11577c0f77
Added makernote taglists
21 years ago
Andreas Huggel
99a87043a4
Workaround for MinGW bug: use remove() before rename()
21 years ago
Andreas Huggel
c9976d1ab8
Minor fixes
21 years ago
Andreas Huggel
1211167329
Added Summary output, improved print functions
22 years ago
Andreas Huggel
cd6ca2a94c
Implemented print functions for flash details and AF point(s) used
22 years ago
Andreas Huggel
20bcdef949
Use DataBuf for temporary data buffers
22 years ago
Andreas Huggel
445fc06343
Added DataBuf
22 years ago
Andreas Huggel
57cdf19286
Added support to read from / write to *.exv files, made return values of writeThumbnail consistent with those of other write functions
22 years ago
Andreas Huggel
ab9ee9da21
Added class ExvFile, fixed JpegImage::writeExifData
22 years ago
Andreas Huggel
bfd5a4d974
Added printStripLabel()
22 years ago
Andreas Huggel
079199b3ee
Added insert action
22 years ago
Andreas Huggel
4bc4a0dc40
Added Task Insert, implemented extract and insert functionality
22 years ago
Andreas Huggel
5cb9ec44d2
Added Sigma MakerNote
22 years ago
Andreas Huggel
5fa6aa95fe
Minor change
22 years ago
Andreas Huggel
491474f8e9
Minor changes
22 years ago
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