From 34af5d9c3beb8e27396c1b8b5e7f4c730c8aca39 Mon Sep 17 00:00:00 2001 From: Zylan Date: Fri, 25 Apr 2025 13:02:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=8F=98=E9=87=8F=E5=A3=B0=E6=98=8E=E4=BB=A5=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81=EF=BC=8C=E6=8F=90=E5=8D=87=E5=8F=AF?= =?UTF-8?q?=E8=AF=BB=E6=80=A7=E5=92=8C=E7=BB=B4=E6=8A=A4=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0110077..3bf8e99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -320,7 +320,7 @@ export default function Home() { console.log("Original image drawn."); const cellWidthOriginal = img.width / N; const cellHeightOriginal = img.height / M; - const cellWidthOutput = outputWidth / N; const cellHeightOutput = outputHeight / M; + // const cellWidthOutput = outputWidth / N; const cellHeightOutput = outputHeight / M; // ++ REMOVED unused variables ++ console.log("Starting initial color mapping..."); let processedCells = 0;