From 2865d5f45f91cc630825c894f7e3445c075e0853 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 2 May 2023 10:56:10 +0200 Subject: Remove image_write() and image_hdf5_write() This code isn't needed any more, now that we don't simulate images. It never worked very well - although we can read almost any sensible format, writing images that match an arbitrary schema is very difficult. See 41ed47a931e4c162c9a501981b6f19cd725f6e43 and https://gitlab.desy.de/thomas.white/crystfel/-/issues/81 --- libcrystfel/src/image.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libcrystfel/src/image.h') diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 10ae0ba7..3fbfff55 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -266,11 +266,6 @@ extern int image_create_dp_bad_sat(struct image *image, extern int image_set_zero_data(struct image *image, const DataTemplate *dtempl); -extern int image_write(const struct image *image, - const DataTemplate *dtempl, - const char *filename); - - #ifdef __cplusplus } #endif -- cgit v1.2.3