Linux command
animate.im6 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Animate
animate.im6 [image1.png] [image2.png]
Example
animate.im6 [animation.gif]
Example
animate.im6 -delay [10] [*.png]
Example
animate.im6 -loop [0] [animation.gif]
说明
animate.im6 is the ImageMagick 6 version of the animate command, used on systems where both ImageMagick 6 and 7 are installed. It displays sequences of images as animations in an X Window. The .im6 suffix distinguishes it from the ImageMagick 7 version, allowing both versions to coexist on the same system.
参数
- -delay _ticks_
- Delay between frames (centiseconds)
- -loop _count_
- Loop count (0 = infinite)
- -geometry _WxH_
- Display geometry
- -coalesce
- Merge GIF animation layers
- -remote
- Enable remote control
FAQ
What is the animate.im6 command used for?
animate.im6 is the ImageMagick 6 version of the animate command, used on systems where both ImageMagick 6 and 7 are installed. It displays sequences of images as animations in an X Window. The .im6 suffix distinguishes it from the ImageMagick 7 version, allowing both versions to coexist on the same system.
How do I run a basic animate.im6 example?
Run `animate.im6 [image1.png] [image2.png]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -delay _ticks_ do in animate.im6?
Delay between frames (centiseconds)