我试图把我的照片带入海峡和地貌。 我的指挥是,对小pe的规模进行打印:
identify -format %w %h
1234.jpg
1067 1600
如果我用纸张书写,把所有景象推向另一个侧面,那么我会期望它像现在这样。
#!/bin/bash
# loop through file (this is psuedo code!!)
for f in ~/pictures/
do
# Get the dimensions (this is the bit I have an issue with)
identify -format %w %h
$f | awk # how do I get the width and height?
if $width > $hieght
mv ~/pictures/$f ~/pictures/landscape/$f
fi
done
看一看一页,但我看上去看一看。