How did i get multiple image dimension value using bash?

后端 未结 0 1835
暖寄归人
暖寄归人 2021-01-04 14:00

First I run this command

read width height < <(identify -format "%w %h" images/1.jpg); echo $width $height

It gives me the wi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题