summaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
authorNicolas Schodet2019-11-16 18:01:12 +0100
committerNicolas Schodet2019-11-16 18:01:12 +0100
commit76389b999910e3aa3900d5a611588f4a5983e224 (patch)
tree00ab410f916aaa31a997a8812983a78a9f1f6c2d /image.h
parent9df5e32b72dee3e4973f00b3048835d58e1550fb (diff)
Add back raw output
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 */