summaryrefslogtreecommitdiffstats
path: root/lib/exif_wrapper.h
blob: ec514062bc853e5095e92d3c6760ea9d110c243d (plain)
1
2
3
4
#include <stdint.h>

unsigned int getExifOrientation(uint8_t* imgBytes, unsigned int size);
void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation);