databag/net/container/transform/transform_ithumb.sh

4 lines
66 B
Bash
Raw Normal View History

2022-05-04 22:13:25 +00:00
#!/bin/bash
2022-05-11 18:21:42 +00:00
convert -strip $1 -auto-orient -resize '320x320>' $2
2022-05-04 22:13:25 +00:00