From 91f0b0d3ac72c8c4c3add96712a63dbe15a9b36d Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Wed, 19 Jul 2023 22:00:51 -0700 Subject: [PATCH] fix server side scaling of gif images for unsealed topics --- net/container/transform/transform_ithumb.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/container/transform/transform_ithumb.sh b/net/container/transform/transform_ithumb.sh index 721ae12f..cd2f16f9 100755 --- a/net/container/transform/transform_ithumb.sh +++ b/net/container/transform/transform_ithumb.sh @@ -1,3 +1,2 @@ #!/bin/bash -nice -n 5 convert -strip $1 -auto-orient -resize '192x192>' $2 - +nice -n 5 convert -strip $1 -coalesce -auto-orient -resize '192x192' $2