summaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/image.h b/image.h
index 9e20859..ae33ca7 100644
--- a/image.h
+++ b/image.h
@@ -79,4 +79,8 @@ image_unref(struct image *image);
void
image_convert(struct image *dst, const struct image *src);
+/* Save image to PNG. */
+void
+image_save(const struct image *image, const char *name);
+
#endif /* image_h */