root/ImageMagick/trunk/config/ImageMagick.rdf.in

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