diff options
Diffstat (limited to 'lib/exif_wrapper.h')
-rw-r--r-- | lib/exif_wrapper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/exif_wrapper.h b/lib/exif_wrapper.h new file mode 100644 index 0000000..ec51406 --- /dev/null +++ b/lib/exif_wrapper.h @@ -0,0 +1,4 @@ +#include <stdint.h> + +unsigned int getExifOrientation(uint8_t* imgBytes, unsigned int size); +void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation); |