Linux command
identify.im6 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show image info
identify.im6 [image.jpg]
Verbose output
identify.im6 -verbose [image.png]
Custom format
identify.im6 -format "%wx%h" [image]
Quick ping mode
identify.im6 -ping [image.jpg]
说明
identify.im6 is the ImageMagick 6 version of identify. It describes image format, dimensions, and characteristics. The tool provides the same functionality as identify but specifically from ImageMagick version 6. Both may coexist on systems.
参数
- -verbose
- Detailed information.
- -format _STRING_
- Custom format string.
- -ping
- Quick identification.
- --help
- Display help information.
FAQ
What is the identify.im6 command used for?
identify.im6 is the ImageMagick 6 version of identify. It describes image format, dimensions, and characteristics. The tool provides the same functionality as identify but specifically from ImageMagick version 6. Both may coexist on systems.
How do I run a basic identify.im6 example?
Run `identify.im6 [image.jpg]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -verbose do in identify.im6?
Detailed information.