摘要:
"c:\Program Files\ImageMagick-6.9.9-Q16\identify.exe" -format "%[fx:w]x%[fx:h]" 111.jpg 返回: 1080x1440 A x B # 如果宽比高大,表示是横版 if A>=B: pass # 如果高比宽要大,表示是竖版 else: pass 1024x768 # 如果是横版 "c... 阅读全文
posted @ 2018-04-03 20:20
糖豆爸爸
阅读(141)
评论(0)
推荐(0)