databag/net/container/transform/transform_ilg.sh

4 lines
78 B
Bash
Raw Normal View History

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