mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fix server side scaling of gif images for unsealed topics
This commit is contained in:
parent
092e8ee8a0
commit
91f0b0d3ac
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user