databag/net/container/transform/transform_ithumb.sh

4 lines
76 B
Bash
Raw Normal View History

2022-05-04 22:13:25 +00:00
#!/bin/bash
2022-09-05 04:45:02 +00:00
nice -n 5 convert -strip $1 -auto-orient -resize '192x192>' $2
2022-05-04 22:13:25 +00:00