首页 / 词典 / good

imagemagick

imagemagickimagemagick
  1. Or you can use command line tools such as ImageMagick .

    也可以使用命令行工具,比如ImageMagick。

  2. However , ImageMagick comes to the rescue once more , this time with a tool called identify .

    但是,ImageMagick又一次帮了我们的忙,这次是使用名为identify的工具。

  3. This process is similar to how bitmap graphics are built using the ImageMagick library within PHP .

    此过程类似于使用PHP中的ImageMagick库来构建位图。

  4. To check the sizes of your images , try the identify command from ImageMagick .

    要查看图像的大小,请使用ImageMagick的identify命令。

  5. The ImageMagick toolkit contains a number of different utilities for graphics conversion and manipulation .

    ImageMagick工具包包含许多用于图形转换和操纵的实用程序。

  6. Command-line tools include the import command from ImageMagick .

    命令行工具包括ImageMagick中的导入命令。

  7. We need to tell ImageMagick what font to use and what size and color it should be .

    我们需要告知ImageMagick使用哪种字体,字体的大小和颜色是什么。

  8. Last year I wrote an article for developerWorks about image manipulations on the command line using ImageMagick .

    去年我为developerWorks写了一篇关于在命令行中使用ImageMagick处理图像的文章。

  9. It is possible , however , to chain any of the ImageMagick commands mentioned in this article .

    但是,可以将本文中提到的任意ImageMagick命令链接起来。

  10. In this short exercise , you 've seen some basic techniques for scripting images containing lines and text using ImageMagick .

    通过本文的简单实践,您看到了使用ImageMagick通过脚本编写包含线条和文本的图像的一些基本技巧。

  11. With these techniques , you now have the capability of utilizing the full power of ImageMagick for your building interior mapping needs .

    使用这些技巧,您将能够利用ImageMagick的强大功能构建建筑物的内部地图。

  12. The ImageMagick Toolkit provides a popular set of command-line tools for graphics capture , conversion , and manipulation .

    ImageMagickToolkit提供一套用于图像捕获、转换和操纵的命令行工具。

  13. The first thing any artist needs is a canvas , so let 's create one using the XC pseudo image type in ImageMagick .

    艺术家需要的首要装备就是一张画布,因此让我们使用XC假想类型在ImageMagick中创建一张画布。

  14. To manipulate user images into a standard PNG format , the " convert " component of ImageMagick is required .

    为了将用户图像转换为标准的PNG格式,需要使用ImageMagick的“convert”组件。

  15. Fortunately , in the same way that we can create a canvas with ImageMagick , we can also create a label .

    幸运的是,我们可以以同样的方法使用ImageMagick创建一个画布,我们还能创建一个label。

  16. The most common of these are the ImageMagick and Netpbm toolkits ( see Resources for more information ) .

    其中最常用的是ImageMagick和Netpbm工具包(更多信息见参考资料)。

  17. While the dots file provides basic shape and coordinate information , we need to use ImageMagick to draw the identifiers on the building blueprint image .

    虽然dots文件将提供基本的图形和坐标信息,但是我们仍然需要使用ImageMagick在建筑物设计图图像上绘制标识符。

  18. This tip shows you how to use Bash scripting , shell arithmetic , and ImageMagick to create a pixel ruler .

    本文介绍如何使用Bash脚本、shell算法和ImageMagick创建一个像素标尺。

  19. The simplest method of removing this limitation is to draw all the geographic primitives on the command line using ImageMagick 's convert command .

    消除此限制最简单的方法就是在命令行中使用ImageMagick的convert命令绘制所有地理图元。

  20. Even better than writing a file , we can use the ImageMagick INFO class to determine even more information about the text , including where the baseline is .

    比编写一个文件甚至更好的是,我们可以使用ImageMagickINFO类确定关于文本的更多信息,比如基线的位置。

  21. The ImageMagick tool suite , Perl , and The Gimp photo image-manipulation package are all required .

    ImageMagick工具套件、Perl和TheGimp照片图像处理包全都是必备工具。

  22. If you 're using the import command from ImageMagick , you can combine it with the sleep command to give you a delay for window setup .

    如果您使用的是ImageMagick的import命令,则可以将其与sleep命令相结合,提供延迟以进行窗口设置。

  23. For examples of how to do this in static images , please refer to the article " Create mosaic images using Perl and ImageMagick "( see Resources ) .

    有关如何用静止图像来实现的例子,请参考文章“CreatemosaicimagesusingPerlandImageMagick”(参见参考资料)。

  24. Using simple text matching and ImageMagick annotation tools , we 'll create maps of the interiors of buildings , showing useful information about content and relationships within a building .

    并使用简单的文本匹配和ImageMagick注释工具创建建筑物内部的地图,从而显示关于建筑物内的所容之物及关系的有用信息。

  25. For example , we do not validate that length is a positive number big enough for a meaningful ruler or that the file specified is a valid image file type for ImageMagick .

    例如,对于长度是不是对一个有意义的标尺足够大的正数值,或者指定的文件是不是ImageMagick的有效图像文件类型,我们没有进行验证。

  26. There are45 other file formats which can store more than one image when used with ImageMagick , a pointer to the complete list is referenced in the Resources section of this article .

    当与ImageMagick一起使用时,还有其他45种文件格式可以存储不止一个图像,本文的参考资料部分有一个链接指向其完全列表。

  27. Let 's imagine a scenario where you are sent a PDF which is a series of images ( one per page ) . ImageMagick will extract those images for you into separate files .

    让我们假想一个情形,您给出了一个包含一系列图像(每页一个)的PDF文件。

  28. It contains the latest version of Rails ( 1.2.3 ) and is bundled with pre-compiled binary packages for Apache , MySQL , SQLite , ImageMagick and Subversion .

    其中包含最新版本的Rails(1.2.3),并捆绑有供Apache、MySQL、SQLite、ImageMagick和Subversion使用的二进制程序包。

  29. As an example , if your ImageMagick header files reside in / opt / include / magick , add-I / opt / include / magick to the compiler 's switches .

    作为一个示例,如果您的ImageMagick头文件位于/opt/include/magick中,添加-I/opt/include/magick作为编译器的开关。