-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCompare.html
More file actions
23 lines (23 loc) · 1.32 KB
/
Compare.html
File metadata and controls
23 lines (23 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Compare Image</title>
<link rel="StyleSheet" href="style/magick.css" type="text/css" />
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0085C0"
vlink="#800080" alink="#0085C0">
<center><img src="images/magick.png" align="bottom" width="114"
height="113" /></center>
<hr />
<p>Use the Compare tab to mathematically and visually annotate the difference between an image and its reconstruction. Choose a <a href="https://imagemagick.org/script/command-line-options.php#metric">metric</a> and press the <kbd>compare</kbd> button. A difference image is returned where the red areas of the difference image emphasizes (highlight) pixels that are modified and white de-emphasizes (lowlight) pixels that are untouched. In addition to the visual interpretation of the difference in an image and its reconstruction, we report a mathematical measure of the difference:</p>
<pre class="text">
Distortion: 1606.1454808853 (0.0245082090621088)
</pre
<hr />
<p>
<a href="scripts/MagickStudio.cgi/?Action=mogrify&ToolType=Comment&SessionID=null&Path=null"
target="Comment"><img alt="[comment]" src="images/mail.png"
border="0" /></a></p>
</body>
</html>