Added own exif tag handling in files exif.[ch]

This commit is contained in:
Bert Münnich
2012-02-15 19:13:44 +01:00
parent b752d5c594
commit 691c6d7e7e
6 changed files with 212 additions and 1 deletions

View File

@ -6,6 +6,11 @@ typedef enum {
true
} bool;
typedef enum {
BO_BIG_ENDIAN,
BO_LITTLE_ENDIAN
} byteorder_t;
typedef enum {
MODE_IMAGE,
MODE_THUMB