From 5129f54111334e69d2cf13599a216b60923c1946 Mon Sep 17 00:00:00 2001 From: mbkma Date: Sat, 14 Mar 2026 15:32:03 +0100 Subject: add crop feature --- src/eom-image.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/eom-image.h') 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); -- cgit v1.2.1