author | m2lahtel |
Tue, 10 Aug 2010 14:29:28 +0300 | |
changeset 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> |