include/CGAL/ImageIO.h is now back in CGAL

This commit is contained in:
Laurent Rineau 2008-01-28 14:55:52 +00:00
parent ffce5f1ad2
commit eafc8f0d11
1 changed files with 1 additions and 13 deletions

View File

@ -29,19 +29,7 @@
#include <boost/format.hpp>
#endif
/* Copy-paste from <imageio/ImageIO.h> */
struct point_image;
typedef struct point_image _image;
extern void printSupportedFileFormat();
extern _image* _readImage(const char *name);
extern void _freeImage(_image *im);
extern void _get_image_bounding_box(_image*,
float*, float*, float*,
float*, float*, float*);
extern void convertImageTypeToFloat(_image* image);
extern float triLinInterp(_image* image,float posx, float posy, float posz);
/* End of copy-paste from <imageio/ImageIO.h> */
#include <CGAL/ImageIO.h>
namespace CGAL {