mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
handling gif properly if resized on expanded view
This commit is contained in:
parent
ef7b71de60
commit
32c2422290
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user