forked from tTh/FloatImg
add deoc and warning
This commit is contained in:
parent
36c9dc3e88
commit
f1d42c74a6
|
@ -1,8 +1,4 @@
|
|||
# Fimg tools
|
||||
# Floatimg, the base library
|
||||
|
||||
Need more explanations...
|
||||
|
||||
|
||||
|
||||
## Converting to/from rgb or gray
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
/*
|
||||
* metadata.c
|
||||
* ----------
|
||||
*
|
||||
* This is not a stable version. You must expect problems,
|
||||
* and the first one was time_t 32 vs. 64 bits.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue