aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index a2f160af..3d42322a 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -208,6 +208,10 @@ extern int image_set_zero_data(struct image *image,
extern int image_set_zero_mask(struct image *image,
const DataTemplate *dtempl);
+extern int image_write(const struct image *image,
+ const DataTemplate *dtempl,
+ const char *filename);
+
/* Use within libcrystfel only */
extern int create_detgeom(struct image *image,
const DataTemplate *dtempl);