blob: b593a476196dc84a16a309c64e7f27366c79b80d [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001<?xml version="1.0" encoding="UTF-8"?>
2<image size="400x400">
3 <read filename="image.gif" />
4 <get width="base-width" height="base-height" />
5 <resize geometry="%[dimensions]" />
6 <get width="width" height="height" />
7 <print output="Image sized from %[base-width]x%[base-height] to %[width]x%[height].\n" />
8 <write filename="image.png" />
9</image>