export planes as 16 bits PGM, second try

This commit is contained in:
tth
2022-03-02 00:59:36 +01:00
parent c17132e969
commit b98c398c3c
4 changed files with 16 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 170
#define FIMG_VERSION 171
/*
* in memory descriptor
@@ -22,7 +22,7 @@ typedef struct {
} FloatImg;
/*
* fimg file header
* fimg file header (short version)
*/
typedef struct {
char magic[8];