From 37d68567cecb6055033ff8b4095f064f03e693d5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 30 Dec 2008 21:28:37 +0100 Subject: Optionally erase embedded thumbnail from EXIF --- jpeg-utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jpeg-utils.h') diff --git a/jpeg-utils.h b/jpeg-utils.h index aec1a96..7d05eab 100644 --- a/jpeg-utils.h +++ b/jpeg-utils.h @@ -83,6 +83,12 @@ void get_image_sizes (const char *img, void calculate_sizes (const unsigned long max_width, const unsigned long max_height, unsigned long *width, unsigned long *height); +/* + * strip_thumbnail: strip thumbnail stored in EXIF table + */ +void strip_thumbnail (const char *filename); + + #ifdef __cplusplus } -- cgit v1.2.3