1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Description" content="ImageMagick - a robust collection of tools and libraries to read, write and manipulate an image in any of the popular image formats. ImageMagick allows dynamic creation of GIFs, making it suitable for Web applications.">
<meta name="Keywords" content="ImageMagick,Image Magick,Image Magic,PerlMagick,Perl Magick,Perl Magic,WebMagick,Web Magic,image processing,software development,simulation,image software,AniMagick,Animagic,Magick++">
<meta name="Resource-type" content="document">
<meta name="Robots" content="ALL">
<link rel="stylesheet" type="text/css" href="../www/magick.css">
</head>
<body marginheight=1 marginwidth=1 topmargin=1 leftmargin=1>
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" summary="Masthead" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="http://www.imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
<td bgcolor="#003399" width="60%" height="118" background="../images/background.gif"><a href="http://www.networkeleven.com/direct.php?magick_all"><img src="../images/promote.png" border="0" width="186" height="52" vspace="29" alt="Powered by NetworkEleven" /></a></td>
<td bgcolor="#003399" width="114" height="118" align="right"><img src="../images/sprite.png" width="114" height="118" alt="" /></td>
<td bgcolor="#003399" width="114" height="118" align="right"><a href="http://www.imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
</tr></tbody></table>
</table><table align="left" border=0 cellpadding=2 cellspacing=2 summary="Navigation buttons" width="20%">
<tr>
<td>
<form target="_self" action="../index.html"><input type="submit" title="ImageMagick Home" value=" Home " style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
</td><td>
<form target="_self" action="../www/apis.html"><input type="submit" title="ImageMagick API" value=" API " style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
</td><td>
<form target="_self" action="../www/archives.html"><input type="submit" title="ImageMagick Download" value="Download" style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold"></form>
</td>
</tr>
</table>
<div align="right" style="margin-top:3px; padding-right:4px">
<form action="http://studio.imagemagick.org/Sage/scripts/Sage.cgi">
<input type="TEXT" name="query" size=32 maxlength=255>
<input type="SUBMIT" name="sa" value="Search" style="background-image:url('../images/background.gif'); bgcolor:#003399; color:#fbc713; font-weight:bold">
</form><br>
</div>
<table align="left" border=0 cellpadding=10 cellspacing=0 style="margin-top:-17px" width="100%"><tr><td>
<br> <br>
<HTML>
<HEAD>
<TITLE>Magick++ News</TITLE>
</HEAD>
<body text="#000000" bgcolor="#fbc713" link="#1F00FF" vlink="#9900DD" alink="#FF0000">
<h3>Magick++ News</h3>
<p>
ImageMagick Studio LLC announces the release of ImageMagick 6.2.1.
<p>
ImageMagick 6.2.1 is a robust collection of tools and libraries offered under
a usage license to read, write, and manipulate an image in many image formats
(over 89 major formats) including popular formats like TIFF, JPEG, PNG,
PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically,
making it suitable for Web applications. You can also resize, rotate, sharpen,
color reduce, or add special effects to an image or image sequence and save
your completed work in the same or differing image format. Image processing
operations are available from the command line, or from the C, C++, Perl,
Java, PHP, Python, Ruby, or Tcl programming languages. A high-quality 2D
renderer is included, which provides a subset of SVG capabilities.
ImageMagick's focus is on performance, minimizing bugs, and providing stable
APIs and ABIs.
<p>
Here are just a few examples of what ImageMagick can do:
<font size=-2><UL>
<LI> Convert an image from one format to another (e.g. TIFF to JPEG)
<LI> Resize, rotate, sharpen, color reduce, or add special effects to an image
<LI> Create a montage of image thumbnails
<LI> Create a transparent image suitable for use on the Web
<LI> Turn a group of images into a GIF animation sequence
<LI> Create a composite image by combining several separate images
<LI> Draw shapes or text on an image
<LI> Decorate an image with a border or frame
<LI> Describe the format and characteristics of an image
</UL></font>
<p>
ImageMagick is copyrighted by ImageMagick Studio LLC, a nonprofit organization
dedicated to making software imaging solutions freely available. ImageMagick
is available for free, may be used to support both open and proprietary
applications, and may be redistributed without fee.
<p>
Significant changes since the ImageMagick 6.0.2 release, include:
<p>
Bug fixes:
<p>
Performance improvements:
<p>
Utilities enhancements:
<p>
Coder additions/improvments:
<p>
Code/structure enhancements:
<p>
API enhancements:
<p>
MagickWand API enhancements:
<p>
PerlMagick fixes/improvements:
<p>
Build improvements:
<p>
Windows-specific improvements:
<p>
VMS-specific improvements:
<p>
We would like to give special thanks to several people who have contributed
to ImageMagick, including:
<p>
Alexandra Christini - Validation, packaging, and release of ImageMagick
<font size=-1><PRE>
6.2.1 source and binaries.
Chris Madison - various bug fixes to core API.
Glenn Randers-Pehrson - Utilities, PNG, MNG, test scripts, documentation
enhancements, SourceForge project administrator.
Kyle Shorter - PerlMagick enhancements and bug fixes.
Lars Skyum - PS3 coder and image profile enhancements.
Anthony Thyssen - ImageMagick 6.0.? command line improvements and
validation suite.
</PRE></font>
<p>
Thanks to the folks at GraphicsMagick for numerous bug reports and fixes.
<p>
And the many folks that contributed patches and enhancements as described
in http://www.imagemagick.org/www/Changelog.html.
<hr>
<a href="#top"><img src="../images/top.gif" border=0 width="35" height="46" align="right" alt="Top of page"></a>
<form action="http://studio.imagemagick.org/magick/" style="margin-top:5px">
<input type="submit" title="Help!" value="Help!" style="background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold">
<small>"Image manipulation software that works like magick"</small>
</form></td>
</tr></table>
</BODY>
</HTML>
|