ImageMagick.rdf 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rdf:RDF xmlns:rdf="https://w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns="http://usefulinc.com/ns/doap#">
  3. <Project>
  4. <name>ImageMagick</name>
  5. <shortdesc xml:lang="en">ImageMagick: convert, edit, or compose images.</shortdesc>
  6. <homepage rdf:resource="https://imagemagick.org/"/>
  7. <created>2020-11-07</created>
  8. <description xml:lang="en">
  9. Introduction to ImageMagick
  10. ImageMagick® is a software suite to create, edit, compose, or convert
  11. bitmap images. It can read and write images in a variety of formats (over
  12. 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
  13. PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort,
  14. shear and transform images, adjust image colors, apply various special
  15. effects, or draw text, lines, polygons, ellipses and Bézier curves.
  16. The functionality of ImageMagick is typically utilized from the command
  17. line or you can use the features from programs written in your favorite
  18. language. Choose from these interfaces: G2F (Ada), MagickCore (C),
  19. MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++),
  20. JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
  21. (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
  22. (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
  23. (Tcl/TK). With a language interface, use ImageMagick to modify or create
  24. images dynamically and automagically.
  25. ImageMagick utilizes multiple computational threads to increase performance
  26. and can read, process, or write mega-, giga-, or tera-pixel image sizes.
  27. ImageMagick is free software delivered as a ready-to-run binary distribution
  28. or as source code that you may use, copy, modify, and distribute in both open
  29. and proprietary applications. It is distributed under the Apache 2.0 license.
  30. The ImageMagick development process ensures a stable API and ABI. Before
  31. each ImageMagick release, we perform a comprehensive security assessment
  32. that includes memory error and thread data race detection to prevent
  33. security vulnerabilities.
  34. ImageMagick is available from
  35. https://imagemagick.org/script/download.php. It runs on Linux, Windows,
  36. Mac Os X, iOS, Android OS, and others.
  37. The authoritative ImageMagick web site is
  38. https://imagemagick.org. The authoritative source code repository is
  39. http://git.imagemagick.org/repos/ImageMagick/.
  40. Features and Capabilities
  41. Here are just a few examples of what ImageMagick can do:
  42. * Format conversion: convert an image from one format to another (e.g.
  43. PNG to JPEG).
  44. * Transform: resize, rotate, deskew, crop, flip or trim an image.
  45. * Transparency: render portions of an image invisible.
  46. * Draw: add shapes or text to an image.
  47. * Decorate: add a border or frame to an image.
  48. * Special effects: blur, sharpen, threshold, or tint an image.
  49. * Animation: create a GIF animation sequence from a group of images.
  50. * Text & comments: insert descriptive or artistic text in an image.
  51. * Image gradients: create a gradual blend of one color whose shape is
  52. horizontal, vertical, circular, or ellipical.
  53. * Image identification: describe the format and attributes of an image.
  54. * Composite: overlap one image over another.
  55. * Montage: juxtapose image thumbnails on an image canvas.
  56. * Generalized pixel distortion: correct for, or induce image distortions
  57. including perspective.
  58. * Computer vision: Canny edge detection.
  59. * Morphology of shapes: extract features, describe shapes and recognize
  60. patterns in images.
  61. * Motion picture support: read and write the common image formats used in
  62. digital film work.
  63. * Image calculator: apply a mathematical expression to an image or image
  64. channels.
  65. * Connected component labeling: uniquely label connected regions in an
  66. image.
  67. * Discrete Fourier transform: implements the forward and inverse DFT.
  68. * Perceptual hash: maps visually identical images to the same or similar
  69. hash-- useful in image retrieval, authentication, indexing, or copy
  70. detection as well as digital watermarking.
  71. * Complex text layout: bidirectional text support and shaping.
  72. * Color management: accurate color management with color profiles or in
  73. lieu of-- built-in gamma compression or expansion as demanded by the
  74. colorspace.
  75. * High dynamic-range images: accurately represent the wide range of
  76. intensity levels found in real scenes ranging from the brightest direct
  77. sunlight to the deepest darkest shadows.
  78. * Encipher or decipher an image: convert ordinary images into
  79. unintelligible gibberish and back again.
  80. * Virtual pixel support: convenient access to pixels outside the image
  81. region.
  82. * Large image support: read, process, or write mega-, giga-, or
  83. tera-pixel image sizes.
  84. * Threads of execution support: ImageMagick is thread safe and most
  85. internal algorithms are OpenMP-enabled to take advantage of speed-ups
  86. offered by multicore processor chips.
  87. * Distributed pixel cache: offload intermediate pixel storage to one or
  88. more remote servers.
  89. * Heterogeneous distributed processing: certain algorithms are
  90. OpenCL-enabled to take advantage of speed-ups offered by executing in
  91. concert across heterogeneous platforms consisting of CPUs, GPUs, and
  92. other processors.
  93. * ImageMagick on the iPhone: convert, edit, or compose images on your
  94. iPhone or iPad.
  95. Examples of ImageMagick Usage shows how to use ImageMagick from the
  96. command-line to accomplish any of these tasks and much more. Also,
  97. see Fred's ImageMagick Scripts: a plethora of command-line scripts that
  98. perform geometric transforms, blurs, sharpens, edging, noise removal,
  99. and color manipulations. With Magick.NET, use ImageMagick without having
  100. to install ImageMagick on your server or desktop.
  101. </description>
  102. <maintainer>
  103. <foaf:Person>
  104. <foaf:name>ImageMagick Studio LLC</foaf:name>
  105. <foaf:homepage rdf:resource="https://imagemagick.org/"/>
  106. </foaf:Person>
  107. </maintainer>
  108. <release>
  109. <Version>
  110. <name>stable</name>
  111. <created>2017-03-07</created>
  112. <revision>7.0.5</revision>
  113. <patch-level>-0</patch-level>
  114. </Version>
  115. </release>
  116. <download-page rdf:resource="https://imagemagick.org/script/download.php"/>
  117. <!-- Licensing details -->
  118. <license rdf:resource="https://imagemagick.org/script/license.php"/>
  119. <!-- source repository -->
  120. <repository>
  121. <GITRepository>
  122. <repositoryWebView rdf:resource="https://github.com/ImageMagick/ImageMagick"/>
  123. </GITRepository>
  124. </repository>
  125. </Project>
  126. <!--
  127. optional administravia:
  128. authoring tools can add more here if they'd like.
  129. -->
  130. <rdf:Description rdf:about="">
  131. <foaf:maker>
  132. <foaf:Person>
  133. <foaf:name>ImageMagick Studio LLC</foaf:name>
  134. <foaf:homepage rdf:resource="https://imagemagick.org/"/>
  135. </foaf:Person>
  136. </foaf:maker>
  137. </rdf:Description>
  138. </rdf:RDF>
  139. <!--
  140. Local variables:
  141. mode:nxml
  142. End:
  143. -->