renaming a function for clarity
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user