handling gif properly if resized on expanded view

This commit is contained in:
balzack 2023-07-26 13:59:46 -07:00
parent ef7b71de60
commit 32c2422290

View File

@ -1,3 +1,3 @@
#!/bin/bash
nice -n 5 convert -strip $1 -auto-orient -resize '1024x1024>' $2
nice -n 5 convert -strip $1 -coalesce -auto-orient -resize '1024x1024>' $2