Color Modes

命令行工具:显示

示例用法选项摘要

使用 display 程序在任何 X 服务器上显示图像或图像序列。有关如何构建您的 display 命令的建议,请参见 命令行处理,或参见以下命令示例用法。

示例用法

我们在此列出一些 display 命令的示例,以说明其有用性和易用性。首先,让我们以 JPEG 格式显示图像

magick display rose.jpg 

要将石板纹理平铺到根窗口,请使用

magick display -size 1280x1024 -window root slate.png 

要显示所有 JPEG 图像的视觉图像目录,请使用

magick display 'vid:*.jpg' 

display 程序默认使用 X 屏幕分辨率。要以其预期大小显示矢量格式,请覆盖默认分辨率

magick display -density 72 drawing.svg 

您可以在 ImageMagick 用法示例 中找到使用 display 的更多示例。

选项摘要

display 命令识别以下选项。单击选项以获取有关该选项工作方式的更多详细信息。

选项 描述
-alpha on、activate、off、deactivate、set、opaque、copy"、transparent、extract、background 或 shape alpha 通道
-antialias 去除像素混叠
-authenticate value 使用此密码解密图像
-backdrop 在背景上居中显示图像
-background color 背景颜色
-border geometry 用颜色边框包围图像
-bordercolor color 边框颜色
-channel type 将选项应用于选定的图像通道
-clip 沿来自 8BIM 配置文件的第一个路径剪切
-clip-path id 沿来自 8BIM 配置文件的命名路径剪切
-coalesce 合并图像序列
-colormap type 共享或私有
-colors value 图像中首选的颜色数量
-colorspace type 设置图像颜色空间
-comment string 用注释为图像添加说明
-compress type 图像压缩类型
-contrast 增强或减弱图像对比度
-crop geometry 裁剪图像的首选大小和位置
-debug events 显示大量调试信息
-decipher filename 将密码像素转换为纯文本
-define format:option 定义一个或多个图像格式选项
-delay centiseconds 暂停后显示下一张图像
-density geometry 图像的水平和垂直密度
-depth value 图像深度
-despeckle 减少图像中的斑点
-display server 从此 X 服务器获取图像或字体
-dispose method 图层处置方法
-dither method 将误差扩散应用于图像
-edge radius 应用滤镜以检测图像中的边缘
-endian type 图像的字节序(MSB 或 LSB)
-enhance 应用数字滤镜以增强噪声图像
-equalize 对图像执行直方图均衡
-extract geometry 从图像中提取区域
-filter type 调整图像大小时使用此滤镜
-flatten 扁平化图像序列
-flip 沿垂直方向翻转图像
-flop 沿水平方向翻转图像
-frame geometry 用装饰边框包围图像
-fuzz distance 在此距离内的颜色被视为相等
-gamma value 伽马校正级别
-geometry geometry 图像的首选大小或位置
-gravity geometry 水平和垂直背景放置
-help 打印程序选项
-identify 识别图像的格式和特征
-immutable type 禁止图像编辑
-interlace type 图像交织方案类型
-interpolate method 像素颜色插值方法
-label name 为图像分配标签
-limit type value 像素缓存资源限制
-log format 调试信息的格式
-map filename 转换图像颜色以匹配此颜色集
-mattecolor color 框架颜色
-monitor 监控进度
-monochrome 将图像转换为黑白
-negate 用其互补色替换每个像素
-normalize 转换图像以跨越全色范围
-page geometry 图像画布的大小和位置(设置)
-profile filename 添加、删除或应用图像配置文件
-quantize colorspace 在此颜色空间中减少图像颜色
-quiet 抑制所有警告消息
-raise value 使图像边缘变亮/变暗以创建 3-D 效果
-regard-warnings 注意警告消息。
-remote command 在远程显示进程中执行命令
-resample geometry 更改图像的分辨率
-resize geometry 调整图像大小
-respect-parentheses 设置保持有效,直到遇到括号边界。
-roll geometry 垂直或水平滚动图像
-rotate degrees 将 Paeth 旋转应用于图像
-sample geometry 使用像素采样缩放图像
-sampling-factor geometry 水平和垂直采样因子
-scene value 图像场景编号
-seed value 播种新的伪随机数序列
-segment values 分割图像
-set attribute value 设置图像属性
-sharpen geometry 锐化图像
-size geometry 图像的宽度和高度
-strip 剥离图像的所有配置文件和注释
-thumbnail geometry 创建图像缩略图
-transparent-color color 透明颜色
-black-threshold value 将所有低于阈值的像素强制为黑色
-trim 修剪图像边缘
-update seconds 检测图像文件何时被修改并重新显示
-verbose 打印有关图像的详细信息
-version 打印版本信息
-virtual-pixel method 访问图像边界之外像素的方法
-visual 使用此视觉类型显示图像
-window id 将图像显示到此窗口的背景
-window-group id 销毁此窗口 ID 时退出程序
-write filename 将图像写入此文件