going to nowhere land

This commit is contained in:
tth 2020-07-24 22:32:19 +02:00
parent b88d2c234a
commit 421dd724a7
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
* ugly code from tTh * ugly code from tTh
*/ */
#define FIMG_VERSION 103 #define FIMG_VERSION 104
/* /*
* in memory descriptor * in memory descriptor
@ -139,6 +139,8 @@ int fimg_load_from_dump(char *fname, FloatImg *where);
int fimg_create_from_dump(char *fname, FloatImg *head); int fimg_create_from_dump(char *fname, FloatImg *head);
int fimg_save_R_as_fits(FloatImg *src, char *outname, int flags); int fimg_save_R_as_fits(FloatImg *src, char *outname, int flags);
int fimg_save_G_as_fits(FloatImg *src, char *outname, int flags);
int fimg_save_B_as_fits(FloatImg *src, char *outname, int flags);
/* mathematics operations */ /* mathematics operations */