Skip to content

Commit

Permalink
handling gif properly if resized on expanded view
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandosborne committed Jul 26, 2023
1 parent ef7b71d commit 32c2422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/container/transform/transform_ilg.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 32c2422

Please sign in to comment.