ImageMagick %wx%h ... 你还能提取多少百分比的东西?
ImageMagick %wx%h ... what other percentage stuff can you extract?
我在做:
identify -format "%w::%h::%@" "${file}" ?
但是,%@ 不会给出 %w 或 %h ...那么我还能提取哪些未记录的其他内容?
我找不到这方面的任何信息:
https://imagemagick.org/script/identify.php
或在
https://imagemagick.org/script/command-line-options.php#geometry
在 ImageMagick 中查看您可以使用的一长串字符串格式:
https://imagemagick.org/script/escape.php
您还可以使用在以下位置指定的变量从“%[fx:...]”获取其他信息:
我在做:
identify -format "%w::%h::%@" "${file}" ?
但是,%@ 不会给出 %w 或 %h ...那么我还能提取哪些未记录的其他内容?
我找不到这方面的任何信息:
https://imagemagick.org/script/identify.php
或在
https://imagemagick.org/script/command-line-options.php#geometry
在 ImageMagick 中查看您可以使用的一长串字符串格式:
https://imagemagick.org/script/escape.php
您还可以使用在以下位置指定的变量从“%[fx:...]”获取其他信息: