FloatImg/funcs/fimg-tiff.c

20 lines
446 B
C
Raw Normal View History

2019-03-03 16:22:55 +01:00
/*
* FLOATIMG
* import/export to/from TIFF files
*/
#include <stdio.h>
#include "../floatimg.h"
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
2019-09-02 10:42:03 +02:00
int essai_ecrire_tiff(FloatImg *src, char *fname)
{
/* bon, tout cela semble bien tortueux ! */
return 0;
}
2019-03-03 16:22:55 +01:00
/* --------------------------------------------------------------------- */