add files
This commit is contained in:
commit
db33c2fb08
1284 changed files with 183815 additions and 0 deletions
9
share/doc/ImageMagick-7/www/source/incantation.msl
Normal file
9
share/doc/ImageMagick-7/www/source/incantation.msl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<image size="400x400">
|
||||
<read filename="image.gif" />
|
||||
<get width="base-width" height="base-height" />
|
||||
<resize geometry="%[dimensions]" />
|
||||
<get width="width" height="height" />
|
||||
<print output="Image sized from %[base-width]x%[base-height] to %[width]x%[height].\n" />
|
||||
<write filename="image.png" />
|
||||
</image>
|
||||
Loading…
Add table
Add a link
Reference in a new issue