From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/png-file.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/png-file.h (limited to 'src/png-file.h') diff --git a/src/png-file.h b/src/png-file.h new file mode 100644 index 0000000..48e57ac --- /dev/null +++ b/src/png-file.h @@ -0,0 +1,23 @@ +/* + * png-file.h + * + * PNG output + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef PNGFILE_H +#define PNGFILE_H + +#include + +extern int png_write(const char *filename, fftw_complex *out, double norm, int nx, int ny); + +#endif /* PNGFILE_H */ -- cgit v1.2.3