From 889c58413b613d234e880007966fc38b262d77e2 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 13 Mar 2023 16:30:13 -0400 Subject: partial-fix: images not corrupted (but still not displaying with correct orientation) --- lib/exif_wrapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/exif_wrapper.h') diff --git a/lib/exif_wrapper.h b/lib/exif_wrapper.h index ec51406..ab649c8 100644 --- a/lib/exif_wrapper.h +++ b/lib/exif_wrapper.h @@ -1,4 +1,5 @@ #include unsigned int getExifOrientation(uint8_t* imgBytes, unsigned int size); -void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation); +//void setExifOrientation(uint8_t* imgBytes, unsigned int size, unsigned int orientation); +void setExifOrientation(char* fileName, unsigned int orientation); -- cgit v1.2.3