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-09-01 17:07:44 +00:00
convert -strip $1 -auto-orient -resize '192x192>' $2
2022-05-04 22:13:25 +00:00