ImageMagick.rdf 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  3. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  4. xmlns="http://usefulinc.com/ns/doap#">
  5. <Project>
  6. <name>ImageMagick</name>
  7. <shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc>
  8. <homepage rdf:resource="http://www.imagemagick.org/"/>
  9. <created>2007-09-15</created>
  10. <description xml:lang="en">
  11. ImageMagick® is a software suite to create, edit, and compose bitmap
  12. images. It can read, convert and write images in a variety of formats
  13. (about 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
  14. PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip,
  15. mirror, rotate, scale, shear and transform images, adjust image colors,
  16. apply various special effects, or draw text, lines, polygons, ellipses
  17. and Bézier curves.
  18. The functionality of ImageMagick is typically utilized from the command
  19. line or you can use the features from programs written in your favorite
  20. programming language. Choose from these interfaces: G2F (Ada), MagickCore
  21. (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++
  22. (C++), JMagick (Java), L-Magick (Lisp), nMagick (Neko/haXe), MagickNet
  23. (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
  24. (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With
  25. a language interface, use ImageMagick to modify or create images
  26. dynamically and automagically.
  27. ImageMagick is free software delivered as a ready-to-run binary
  28. distribution or as source code that you can freely use, copy, modify,
  29. and distribute. Its license is compatible with the GPL. It runs on all
  30. major operating systems.
  31. Here are just a few examples of what ImageMagick can do:
  32. * Format conversion: convert an image from one format to another (e.g.
  33. PNG to JPEG)
  34. * Transform: resize, rotate, crop, flip or trim an image
  35. * Transparency: render portions of an image invisible
  36. * Draw: add shapes or text to an image
  37. * Decorate: add a border or frame to an image
  38. * Special effects: blur, sharpen, threshold, or tint an image
  39. * Image calculator: apply a mathematical expression to an image or image
  40. channels
  41. * Text & comments: insert descriptive or artistic text in an image
  42. * Image identification: describe the format and attributes of an image
  43. * Animation: create a GIF animation sequence from a group of images
  44. * Composite: overlap one image over another
  45. * Montage: juxtapose image thumbnails on an image canvas
  46. * High dynamic-range imaging: accurately represent the wide range of
  47. intensity levels found in real scenes ranging from the brightest direct
  48. sunlight to the deepest darkest shadows
  49. * Large image support: read, process, or write mega- and giga-pixel image
  50. sizes</description>
  51. <maintainer>
  52. <foaf:Person>
  53. <foaf:name>ImageMagick Studio LLC</foaf:name>
  54. <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
  55. </foaf:Person>
  56. </maintainer>
  57. <release>
  58. <Version>
  59. <name>stable</name>
  60. <created>2007-09-15</created>
  61. <revision>6.3.5</revision>
  62. </Version>
  63. </release>
  64. <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-users" />
  65. <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-developers" />
  66. <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-bugs" />
  67. <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-announce" />
  68. <download-page rdf:resource="http://www.imagemagick.org/script/download.php" />
  69. <download-mirror rdf:resource="http://sourceforge.net/projects/imagemagick/" />
  70. <!-- Licensing details -->
  71. <license rdf:resource="http://www.imagemagick.org/script/license.php" />
  72. <!-- source repository -->
  73. <repository>
  74. <SVNRepository>
  75. <repositoryWebView rdf:resource="http://magick.imagemagick.org/viewvc/bin/cgi/viewvc.cgi/svn/ImageMagick/trunk/"/>
  76. </SVNRepository>
  77. </repository>
  78. </Project>
  79. <!--
  80. optional administravia:
  81. authoring tools can add more here if they'd like.
  82. -->
  83. <rdf:Description rdf:about="">
  84. <foaf:maker>
  85. <foaf:Person>
  86. <foaf:name>ImageMagick Studio LLC</foaf:name>
  87. <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
  88. </foaf:Person>
  89. </foaf:maker>
  90. </rdf:Description>
  91. </rdf:RDF>
  92. <!--
  93. Local variables:
  94. mode:nxml
  95. End:
  96. -->