← 返回命令列表

Linux command

animate 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Animate

animate [image1.png] [image2.png] [image3.png]

Example

animate [animation.gif]

Example

animate -delay [50] [*.png]

Loop

animate -loop [0] [animation.gif]

Example

animate -geometry [800x600] [animation.gif]

说明

animate is an ImageMagick utility that displays a sequence of images as an animation in an X Window. It supports numerous image formats and can play animated GIFs, multi-page files, or sequences of separate images. The viewer provides interactive controls for playback, including pause, single-step, speed adjustment, and looping options.

参数

-delay _ticks_
Inter-frame delay (centiseconds)
-loop _count_
Number of loops (0 = infinite)
-geometry _WxH_
Window size
-colorspace _type_
Image colorspace
-coalesce
Merge a GIF animation sequence
-dispose _method_
Frame disposal method
-remote
Accept commands via X Window
-window _id_
Display in existing window
-pause
Start paused

FAQ

What is the animate command used for?

animate is an ImageMagick utility that displays a sequence of images as an animation in an X Window. It supports numerous image formats and can play animated GIFs, multi-page files, or sequences of separate images. The viewer provides interactive controls for playback, including pause, single-step, speed adjustment, and looping options.

How do I run a basic animate example?

Run `animate [image1.png] [image2.png] [image3.png]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -delay _ticks_ do in animate?

Inter-frame delay (centiseconds)