From a058aa5095d98644c10038754c218e0d140420d7 Mon Sep 17 00:00:00 2001 From: zefie Date: Tue, 28 Apr 2026 17:39:15 -0400 Subject: [PATCH] ALP works now --- zefie_wtvp_minisrv/includes/classes/WTVImage.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/zefie_wtvp_minisrv/includes/classes/WTVImage.js b/zefie_wtvp_minisrv/includes/classes/WTVImage.js index bbfad625..11eb9c32 100644 --- a/zefie_wtvp_minisrv/includes/classes/WTVImage.js +++ b/zefie_wtvp_minisrv/includes/classes/WTVImage.js @@ -22,8 +22,6 @@ * * Decoder reverse-engineered from: * https://gist.github.com/PajamaFrix/399c0785c5bb3b1d80757e84a0c1d6ab - * - * TODO: Fix ALP Generation (decoding works but encoding does not yet produce correct ALP files) */ const sharp = require('sharp');