source: gsdl/trunk/bin/windows/imagemagick/ImageMagick.rdf@ 17138

Last change on this file since 17138 was 17138, checked in by max, 16 years ago

Add ImageMagick 6.4.3 Dynamic version that can work in standalone mode.

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