summaryrefslogtreecommitdiff
path: root/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg-utils.h')
-rw-r--r--jpeg-utils.h6
1 files changed, 6 insertions, 0 deletions
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
}