diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 21:28:37 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 21:28:37 +0100 |
| commit | 37d68567cecb6055033ff8b4095f064f03e693d5 (patch) | |
| tree | 0196ef8d9788b5c60e4b9c73bf57460f209415f5 /jpeg-utils.h | |
| parent | 7c07cbdbc469d8eab075d32c27039d8683b9cdf8 (diff) | |
| download | cataract-37d68567cecb6055033ff8b4095f064f03e693d5.tar.xz | |
Optionally erase embedded thumbnail from EXIF
Diffstat (limited to 'jpeg-utils.h')
| -rw-r--r-- | jpeg-utils.h | 6 |
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 } |
