在命令行中快速调整图像大小(需要ImageMagick)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在命令行中快速调整图像大小(需要ImageMagick)相关的知识,希望对你有一定的参考价值。
This requires ImageMagick installed.Resize, as well as convert the image format.
(Note: either of WIDTH or HEIGHT can be left blank, e.g. WIDTHx and the image will be resized proportionally)
convert -resize WIDTHxHEIGHT source.jpg target.png
以上是关于在命令行中快速调整图像大小(需要ImageMagick)的主要内容,如果未能解决你的问题,请参考以下文章