1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>ImageMagick</title>
</head>
<style>
@import "manual.css";
</style>
<body>
<h2>ImageMagick</h2>
<p>ImageMagick is a command-line image converter. While it does have a GUI display called “Display”, its power shows in three ways:</p>
<ol><li> As a batch conversion application.</li>
<li> It can handle a wide range of image formats.</li>
<li> The newest versions understand color management and use littleCMS, just like Scribus.</li></ol>
<p>ImageMagick is some kind of a black box for image processing, but incredibly powerful when used properly. Versions for Linux, Windows and MacOSX are available.</p>
</body>
</html>
|