From 4a3f107263dd2dc7acbf9fe61eb1ebedb762b38c Mon Sep 17 00:00:00 2001 From: tTh Date: Sat, 10 Aug 2024 17:48:08 +0200 Subject: [PATCH] marging bug fixed in TV_pix_0 function --- Lib/tele_2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/tele_2.c b/Lib/tele_2.c index 33c0179..735bb2e 100644 --- a/Lib/tele_2.c +++ b/Lib/tele_2.c @@ -123,13 +123,13 @@ xmax = src->width - w; ymax = src->height - h; ox = (src->width % w) / 2; oy = (src->height % h) / 2; #if DEBUG_LEVEL -fprintf(stderr, "%s : offsets = %d %d\n", __func__, ox, oy); +fprintf(stderr, "%s : offsets = %d & %d\n", __func__, ox, oy); #endif Image_clear(dst, grey, grey, grey); -for (x=ox; xRpix[y][x] & 0xfe; g = src->Gpix[y][x] & 0xfe;