This commit is contained in:
tTh 2024-04-07 12:50:57 +02:00
parent 0c17de9f93
commit dda374fc7d

View File

@ -376,7 +376,7 @@ if ( NULL == (nucked=Image_clone(origine, 1)) ) {
foo = Image_essai_zoom(origine, nucked, 1.18, 0.42, 0);
if (foo) {
fprintf(stderr, "In %s, essai zoom -> %d\n", foo);
fprintf(stderr, "In %s, essai zoom -> %d\n", __func__, foo);
}
Image_TGA_save("Pictures/aaaa-zoom.tga", nucked, 0);