killrgb: nice try, but...

This commit is contained in:
tth
2021-10-05 00:35:56 +02:00
parent 19c8f6aad5
commit f08f860daa
7 changed files with 84 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 153
#define FIMG_VERSION 154
/*
* in memory descriptor
@@ -133,6 +133,7 @@ int fimg_sfx_triplemul(FloatImg *s, FloatImg *d, int notused);
/* #coronamaison */
int fimg_rotate_90(FloatImg *src, FloatImg *dst, int notused);
int fimg_killrgb_v(FloatImg *src, FloatImg *dst, int k);
/* universal exporter XXX */
int fimg_export_picture(FloatImg *pic, char *fname, int flags);