← 返回命令列表

Linux command

display.im6 命令

文本

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

常用示例

Display an image

display.im6 [image.jpg]

Display with title

display.im6 -title "[Title]" [image.jpg]

Display resized

display.im6 -resize [50%] [image.jpg]

Display multiple images

display.im6 [image1.jpg] [image2.jpg]

说明

display.im6 is the ImageMagick version 6 image viewer, provided for compatibility when both ImageMagick 6 and 7 are installed on a system. It functions identically to the display command but explicitly uses the version 6 libraries. This versioned command allows scripts and users to specify which ImageMagick version to use when both are available, ensuring consistent behavior regardless of system defaults. All features of the standard display command are available, including interactive viewing, image manipulation, format conversion, and slideshow capabilities.

参数

-resize _GEOMETRY_
Resize image.
-title _STRING_
Set window title.
-geometry _GEOMETRY_
Window geometry.
-delay _TICKS_
Slideshow delay in hundredths of a second between images.
-density _GEOMETRY_
Set image rendering resolution (DPI).
-rotate _DEGREES_
Rotate image by specified degrees.
-help
Display help information.

FAQ

What is the display.im6 command used for?

display.im6 is the ImageMagick version 6 image viewer, provided for compatibility when both ImageMagick 6 and 7 are installed on a system. It functions identically to the display command but explicitly uses the version 6 libraries. This versioned command allows scripts and users to specify which ImageMagick version to use when both are available, ensuring consistent behavior regardless of system defaults. All features of the standard display command are available, including interactive viewing, image manipulation, format conversion, and slideshow capabilities.

How do I run a basic display.im6 example?

Run `display.im6 [image.jpg]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -resize _GEOMETRY_ do in display.im6?

Resize image.