aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorfoswret2026-05-22 11:52:34 -0500
committerfoswret2026-05-22 11:52:34 -0500
commit924ca70a4006abbffc8f43f27c4f64c8fc517a08 (patch)
treef4926e53b915bdfa9237c7de73d5b59872e48f5e /src/image.h
parent04fc01ab521abf48cede1e64563fd6276e781b24 (diff)
draw_month_grid() doesn't use dimension struct anymore. create generate extents structs for month, paper, and day
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/image.h b/src/image.h
index 117efaa..edfdec3 100644
--- a/src/image.h
+++ b/src/image.h
@@ -1,13 +1,3 @@
int draw_image(cairo_t *c, char *path, double x, double y);
int draw_month_art(cairo_t *c, struct dimensions *d, char *path);
-
-int resize_image(char *path, double width, double height, bool create_new);
-
-int crop_image(char *path, double width, double height, double x, double y, bool create_new);
-
-unsigned long get_image_width(char *path);
-
-unsigned long get_image_height(char *path);
-
-int prepare_month_art(char *path, struct dimensions *d);