author | terytkon |
Sat, 06 Nov 2010 16:59:14 +0200 | |
changeset 9 | 63964d875993 |
parent 3 | e7e0ae78773e |
permissions | -rw-r--r-- |
3 | 1 |
<imageml xmlns="http://www.s60.com/xml/imageml/1"> |
2 |
<!-- |
|
3 |
Image conversion using multiple input files. |
|
4 |
--> |
|
5 |
<output file="startup.mbm"> |
|
6 |
<!-- Files from a directory can be included using regex patterns --> |
|
7 |
<input dir="startup_anim_bmp/"> |
|
8 |
<include pattern="bmp$"/> |
|
9 |
</input> |
|
10 |
<!-- Single files can be also added --> |
|
11 |
<input file="cone.bmp"/> |
|
12 |
</output> |
|
13 |
</imageml> |