diff options
author | Thomas White <taw@physics.org> | 2015-11-03 14:40:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-03 14:40:36 +0100 |
commit | 938b9627b3f0c5665f1bf21b67f6ed3b277f1621 (patch) | |
tree | ce7de8797979902e5d84b216b49d45b07eb83d74 /src/hdfsee-render.h | |
parent | f6b36295f28bd7a120aabdbe48d62ffb6b1dc768 (diff) |
hdfsee: Restore TIFF output
Diffstat (limited to 'src/hdfsee-render.h')
-rw-r--r-- | src/hdfsee-render.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/hdfsee-render.h b/src/hdfsee-render.h index c3bd5525..7e87b79e 100644 --- a/src/hdfsee-render.h +++ b/src/hdfsee-render.h @@ -3,11 +3,11 @@ * * Rendering bits for hdfsee * - * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, - * a research centre of the Helmholtz Association. + * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. * * Authors: - * 2011-2012 Thomas White <taw@physics.org> + * 2011-2015 Thomas White <taw@physics.org> * * This file is part of CrystFEL. * @@ -38,15 +38,18 @@ #include <gdk-pixbuf/gdk-pixbuf.h> +#include "dw-hdfsee.h" + extern GdkPixbuf **render_panels(struct image *image, int binning, int scale, double boost, int *n_pixbufs); extern GdkPixbuf *render_get_colour_scale(size_t w, size_t h, int scale); -extern int render_tiff_fp(struct image *image, const char *filename); -extern int render_tiff_int16(struct image *image, const char *filename, - double boost); +extern int render_tiff_fp(DisplayWindow *dw, struct image *image, + const char *filename); +extern int render_tiff_int16(DisplayWindow *dw, struct image *image, + const char *filename, double boost); #endif /* HAVE_GTK */ |