diff options
| author | mbkma <[email protected]> | 2026-03-14 15:32:03 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-03-14 15:32:03 +0100 |
| commit | 5129f54111334e69d2cf13599a216b60923c1946 (patch) | |
| tree | 1e4c61b91e90a421ab24fd3a9bdafe0c53b7be13 /src/eom-image.h | |
| parent | bcf3bd6ea32d71e57eabe9af44a9f8bc958c6ce5 (diff) | |
| download | eom-crop.tar.bz2 eom-crop.tar.xz | |
add crop featurecrop
Diffstat (limited to 'src/eom-image.h')
| -rw-r--r-- | src/eom-image.h | 6 |
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); |
