add a "magic" field to FloatImg descritor

This commit is contained in:
tth 2021-04-17 09:03:25 +02:00
부모 dcc23cabc3
커밋 4095750024

파일 보기

@ -4,12 +4,13 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 132
#define FIMG_VERSION 133
/*
* in memory descriptor
*/
typedef struct {
int magic;
int width;
int height;
int type;