fix server side scaling of gif images for unsealed topics

This commit is contained in:
Roland Osborne 2023-07-19 22:00:51 -07:00
parent 092e8ee8a0
commit 91f0b0d3ac

View File

@ -1,3 +1,2 @@
#!/bin/bash #!/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