renaming a function for clarity

This commit is contained in:
tonton Th
2020-04-06 20:09:11 +02:00
parent dd9ac7c948
commit 22e16d2ba6
6 changed files with 11 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ int fimg_add_rgb(FloatImg *head, int x, int y, float r, float g, float b);
int fimg_rgb_constant(FloatImg *head, float r, float g, float b);
/* --> lib/fimg-compare.c */
int fimg_images_compatible(FloatImg *a, FloatImg *b);
int fimg_images_not_compatible(FloatImg *a, FloatImg *b);
int fimg_interpolate(FloatImg *s1, FloatImg *s2, FloatImg *d, float coef);