configurationengine/doc/plugins/imageml-plugin/examples/simple.imageml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/doc/plugins/imageml-plugin/examples/simple.imageml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<imageml xmlns="http://www.s60.com/xml/imageml/1">
+    <!--
+    Simple image conversions using a single input file.
+    -->
+    
+    <output file="simple/cone.mbm">
+        <input file="cone.bmp" depth="c24"/>
+    </output>
+    
+    <output file="simple/icon.mif">
+        <input file="icon.svg"/>
+    </output>
+</imageml>
\ No newline at end of file