databag/net/container/transform/transform_ilg.sh

4 lines
88 B
Bash
Raw Normal View History

2022-08-31 06:28:19 +00:00
#!/bin/bash
nice -n 5 convert -strip $1 -coalesce -auto-orient -resize '1024x1024>' $2
2022-08-31 06:28:19 +00:00