This commit is contained in:
tTh 2022-08-21 15:51:06 +02:00
parent 64489f5707
commit ce49cc7a08
1 changed files with 3 additions and 2 deletions

View File

@ -79,12 +79,13 @@ Image_pixeliz_Y(Image_Desc *src, Image_Desc *dst)
{
int foo;
#if DEBUG_LEVEL
#if DEBUG_LEVEL > 1
fprintf(stderr, "Pixeliz Y: appel de test, pas finalise.\n");
#endif
#if DEBUG_LEVEL
foo = Image_pixeliz_0(src, dst, 15, 5);
#if DEBUG_LEVEL
fprintf(stderr, "Pixeliz Y: valeur obtenue: %d\n", foo);
#endif