summaryrefslogtreecommitdiff
path: root/src/eom-image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-image.h')
-rw-r--r--src/eom-image.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/eom-image.h b/src/eom-image.h
index cd77cc4..8904542 100644
--- a/src/eom-image.h
+++ b/src/eom-image.h
@@ -196,6 +196,12 @@ void eom_image_apply_display_profile (EomImage *img,
void eom_image_undo (EomImage *img);
+void eom_image_crop (EomImage *img,
+ gint x,
+ gint y,
+ gint width,
+ gint height);
+
GList *eom_image_get_supported_mime_types (void);
gboolean eom_image_is_supported_mime_type (const char *mime_type);