forked from tTh/FloatImg
13 lines
334 B
C
13 lines
334 B
C
|
/*
|
||
|
* FLOATIMG
|
||
|
* import/export to/from TIFF files
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "../floatimg.h"
|
||
|
|
||
|
/* --------------------------------------------------------------------- */
|
||
|
/* --------------------------------------------------------------------- */
|
||
|
/* --------------------------------------------------------------------- */
|