summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg-utils.h')
-rw-r--r--src/jpeg-utils.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h
index 65e97c5..e31ed52 100644
--- a/src/jpeg-utils.h
+++ b/src/jpeg-utils.h
@@ -21,6 +21,9 @@
#endif
#include <glib.h>
+#include "setup.h"
+
+#define SQUARED_SIMPLE_SHAVE_AMOUNT 5 /* percent */
/* TODO: we want to have numerical values here at some point in the future */
@@ -68,7 +71,8 @@ void free_exif_data (TExifData *data);
gboolean resize_image (const gchar *src, const gchar *dst,
int size_x, int size_y,
int quality,
- gboolean thumbnail);
+ gboolean thumbnail,
+ ThumbnailSquareType squared_thumbnail_type);
/*
* get_image_sizes: retrieve image dimensions