我想创建一个动画的gif,因此我使用了以下命令:
转换-delay 50 --loop 0 cropped * .png animation.gif
其中cropped * .png是先前使用以下命令从1920x1080尺寸的图像中裁剪的图像:
转换-crop 1105x441 + 92 + 168 source-1.png cropped-1.png
命令display -verbose
给出以下结果:
PNG 1105x441 1920x1080 + 92 + 168
问题在于,使用eog或在任何演示软件(libreimppress等)中播放时,生成的gif的大小为1920x1080,而不是1105x441。而且我不知道为什么。