]> granicus.if.org Git - imagemagick/blob - config/ImageMagick.rdf
(no commit message)
[imagemagick] / config / ImageMagick.rdf
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>2010-12-01</created>
9
10     <description xml:lang="en">
11       ImageMagick, http://www.imagemagick.org, is a software suite to create,
12       edit, and compose bitmap images. It can read, convert and write images in
13       a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000,
14       PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate,
15       flip, mirror, rotate, scale, shear and transform images, adjust image
16       colors, apply various special effects, or draw text, lines, polygons,
17       ellipses 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), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
26       (Tcl/TK). With a language interface, use ImageMagick to modify or create
27       images dynamically and automagically.
28       
29       ImageMagick is free software delivered as a ready-to-run binary distribution
30       or as source code that you may freely use, copy, modify, and distribute
31       in both open and proprietary applications. It is distributed under the
32       Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.
33       
34       The ImageMagick development process ensures a stable API and ABI. Before
35       each ImageMagick release, we perform a comprehensive security assessment
36       that includes memory and thread error detection to prevent security
37       vulnerabilities.
38     
39       Here are just a few examples of what ImageMagick can do:
40       
41           * Format conversion: convert an image from one format to another (e.g.
42             PNG to JPEG).
43           * Transform: resize, rotate, crop, flip or trim an image.
44           * Transparency: render portions of an image invisible.
45           * Draw: add shapes or text to an image.
46           * Decorate: add a border or frame to an image.
47           * Special effects: blur, sharpen, threshold, or tint an image.
48           * Animation: create a GIF animation sequence from a group of images.
49           * Text &amp; comments: insert descriptive or artistic text in an image.
50           * Image identification: describe the format and attributes of an image.
51           * Composite: overlap one image over another.
52           * Montage: juxtapose image thumbnails on an image canvas.
53           * Generalized pixel distortion: correct for, or induce image distortions
54             including perspective.
55           * Morphology of shapes: extract features, describe shapes and recognize
56             patterns in images.
57           * Motion picture support: read and write the common image formats used in
58             digital film work.
59           * Image calculator: apply a mathematical expression to an image or image
60             channels.
61           * Discrete Fourier transform: implements the forward and inverse DFT.
62           * High dynamic-range images: accurately represent the wide range of
63             intensity levels found in real scenes ranging from the brightest direct
64             sunlight to the deepest darkest shadows.
65           * Encipher or decipher an image: convert ordinary images into
66             unintelligible gibberish and back again.
67           * Virtual pixel support: convenient access to pixels outside the image
68             region.
69           * Large image support: read, process, or write mega-, giga-, or
70             tera-pixel image sizes.
71           * Threads of execution support: ImageMagick is thread safe and most
72             internal algorithms are OpenMP-enabled to take advantage of speed-ups
73             offered by multicore processor chips.
74           * Heterogeneous distributed processing: certain algorithms are
75             OpenCL-enabled to take advantage of speed-ups offered by executing in
76             concert across heterogeneous platforms consisting of CPUs, GPUs, and
77             other processors.
78           * ImageMagick on the iPhone: convert, edit, or compose images on your
79             iPhone.
80       
81       Examples of ImageMagick Usage, http://www.imagemagick.org/Usage/, shows how
82       to use ImageMagick from the command-line to accomplish any of these tasks and
83       much more. Also, see Fred's ImageMagick Scripts,
84       http://www.fmwconcepts.com/imagemagick/: a plethora of command-line scripts
85       that perform geometric transforms, blurs, sharpens, edging, noise removal,
86       and color manipulations.
87     </description>
88
89     <maintainer>
90       <foaf:Person>
91         <foaf:name>ImageMagick Studio LLC</foaf:name>
92         <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
93       </foaf:Person>
94     </maintainer>
95
96     <release>
97       <Version>
98           <name>stable</name>
99           <created>2010-12-01</created>
100           <revision>7.0.0</revision>
101       </Version>
102     </release>
103
104     <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-users"/>
105     <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-developers"/>
106     <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-bugs"/>
107     <mailing-list rdf:resource="http://www.imagemagick.org/mailman/listinfo/magick-announce"/>
108
109     <download-page rdf:resource="http://www.imagemagick.org/script/download.php"/>
110     <download-mirror rdf:resource="http://sourceforge.net/projects/imagemagick/"/>
111
112     <!-- Licensing details -->
113     <license rdf:resource="http://www.imagemagick.org/script/license.php"/>
114
115     <!-- source repository -->
116     <repository>
117       <SVNRepository>
118         <repositoryWebView rdf:resource="http://trac.imagemagick.org/browser/ImageMagick/trunk/"/>
119       </SVNRepository>
120     </repository>
121   </Project>
122
123
124   <!--
125        optional administravia:
126        authoring tools can add more here if they'd like.
127    -->
128   <rdf:Description rdf:about="">
129     <foaf:maker>
130       <foaf:Person>
131         <foaf:name>ImageMagick Studio LLC</foaf:name>
132         <foaf:homepage rdf:resource="http://www.imagemagick.org/"/>
133       </foaf:Person>
134     </foaf:maker>
135   </rdf:Description>
136
137 </rdf:RDF>
138 <!-- 
139 Local variables:
140 mode:nxml
141 End:
142 -->