add a "magic" field to FloatImg descritor

This commit is contained in:
tth 2021-04-17 09:03:25 +02:00
parent dcc23cabc3
commit 4095750024
1 changed files with 2 additions and 1 deletions

View File

@ -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;