display.im6
ImageMagick version 6 image viewer
TLDR
SYNOPSIS
display.im6 [options] file...
DESCRIPTION
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.
PARAMETERS
FILE
Image file(s) to display.-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.
CAVEATS
Requires ImageMagick 6 installed. May behave differently than ImageMagick 7 version. Primarily exists for compatibility during transition periods.
HISTORY
The .im6 suffix was added when ImageMagick 7 introduced breaking changes from version 6. This naming convention allows both versions to coexist, with im6 explicitly invoking the legacy version.
SEE ALSO
display(1), identify.im6(1)