From 1770ca54a2060970cc392301ee3ce16720e57887 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 7 Nov 2025 17:41:54 -0700 Subject: [PATCH] ffmpreg gif loopy changed to apng for quality and transparency --- customscripts/pi_create_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/pi_create_image b/customscripts/pi_create_image index bcee048..f7bdd60 100644 --- a/customscripts/pi_create_image +++ b/customscripts/pi_create_image @@ -67,7 +67,7 @@ echo -e "imgsize: $imgsize\nxzsize: $xzsize" | tee -a $info webhook "changing perms" sudo chown $username:$username $xzname -# test archive +# test archive with xztools webhook "testing archive $xzname" xz -t $xzname ret=$?