如何在 Fedora 35 上安装 ImageMagick

ImageMagick 是一个免费的开源简单软件套件,用于任何类型的图像处理,用于编辑、转换和转换 .png、.jpg、.gif 和其他类型的图像。ImageMagick 也可用于所有主要平台,包括 Android、BSD、Linux、Windows、Mac OSX、iOS 等。Imagemagick-logo

在 Fedora 35 上安装 ImageMagick

第 1 步:在继续之前,更新您的 Fedora 操作系统以确保所有现有软件包都是最新的。使用此命令更新服务器包:

sudo dnf upgrade
sudo dnf update
sudo install php-pear php-devel gcc

步骤 2. 在 Fedora 35 上安装 ImageMagick。

默认情况下,ImageMagick 在 Fedora 35 基础存储库中可用。现在运行以下命令将 ImageMagick 安装到您的 Fedora 系统:

sudo dnf install ImageMagick ImageMagick-perl

或者,如果需要,您也可以安装 ImageMagick 的开发分支:

sudo dnf install ImageMagick-devel

验证 ImageMagick 是否已安装在您的系统上:

convert --version

第 3 步。 ImageMagick 终端命令。

可与 ImageMagick 一起使用的命令和工具表:

Command Description
animate Display an image sequence as an animation.
compare Analyze two images, and visualize mathematical differences between them.
composite Compose one image over another with variable transparency to create a composite image.
conjure Interpret and execute scripts written in MSL, the Magick Scripting Language.
convert Convert images from one file format to another. This tool can also blur, crop, despeckle, dither, and otherwise modify the content of an image.
display A simple image viewer.
identify Display the image dimensions, quality, and other image metadata.
import Capture the screen to an image file.
mogrify Modify an image. Similar to converting, but overwrites the original image.
montage Create an image composed of smaller images. This command can create a single image containing thumbnails of many images.
stream Process image data and store it in a file as it is being streamed from an input source. Useful for situations with slow data streams or huge images whose data processing should begin before the entire image is stored.

例如,使用 convert logo 命令如下:

convert logo: logo.gif

感谢您使用本教程在 Fedora 35 系统上安装 ImageMagick 开源图像处理。如需更多帮助或有用信息,我们建议您查看ImageMagick 官方网站

未经允许不得转载:统信UOS之家 » 如何在 Fedora 35 上安装 ImageMagick

相关文章