aboutsummaryrefslogtreecommitdiff
path: root/src/readpng.h
blob: ae763851e5146e83d5ba44eee2525e33ac5924a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * readpng.h
 *
 * Read images
 *
 * (c) 2007 Thomas White <taw27@cam.ac.uk>
 *  dtr - Diffraction Tomography Reconstruction
 *
 */

 
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#ifndef READPNG_H
#define READPNG_H

#include "control.h"
extern int readpng_read(const char *filename, double tilt, ControlContext *ctx);

#endif	/* READPNG_H */