Skip to content

Commit 183fa98

Browse files
author
Cristy
committed
close center style
1 parent 12474e0 commit 183fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@ <h3>Output Delegate Example</h3>Similar things are done when saving to specific
19761976
</code></pre>
19771977
</td>
19781978
</tr>
1979-
</table>Note that the identify in the above does not understand the '<code>.xyzzy</code>' suffix (no input delegate has been provided). However as no specific delegate is provided, the file 'magic' (an identification string inside the file itself) tells IM that it is in reality a GIF image format, so IM handles it correctly anyway, without needing a special input delegate or coder. This is actually the the 'MAGIC' part of 'ImageMagick'.<br>
1979+
</table></div>Note that the identify in the above does not understand the '<code>.xyzzy</code>' suffix (no input delegate has been provided). However as no specific delegate is provided, the file 'magic' (an identification string inside the file itself) tells IM that it is in reality a GIF image format, so IM handles it correctly anyway, without needing a special input delegate or coder. This is actually the the 'MAGIC' part of 'ImageMagick'.<br>
19801980
<a name="delegate_list" id="delegate_list"></a>
19811981
<h3>Delegate Listings</h3>A full list of external delegates that IM can use for converting image formats is read from a special system file called "<code>delegates.xml</code>" as well as a personal "<code>delegates.xml</code>" file (see below). If you can find this file it makes interesting reading. The format of this file however is too complex to do into here, though it is explained in both the system file and the manuals provided both online and with your ImageMagick installation (docs area). A simplified summary of the delegates and conversions that IM is reading from these files can be printed using the "<code><a href="../basics/#list">-list delegate</a></code>" option...
19821982
<div align="center">

0 commit comments

Comments
 (0)