You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
356 B
10 lines
356 B
<?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>
|