configurationengine/doc/plugins/imageml-plugin/examples/bmp_and_optional_mask.imageml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <imageml xmlns="http://www.s60.com/xml/imageml/1">
       
     3     <!--
       
     4     BMP to MBM conversion with an optional mask bitmap. The value of
       
     5     TestSettings.ConeInputBmpMask.localPath is empty, but since the 'optional'
       
     6     attribute is set to be 'true', it is silently ignored. If the attribute
       
     7     was not there, an error would be printed during generation.
       
     8     -->
       
     9     <output file="cone_with_optional_mask.mbm"> 
       
    10         <input file="${TestSettings.ConeInputBmp.localPath}" depth="c24"/>
       
    11         <input file="${TestSettings.ConeInputBmpMask.localPath}" depth="c1" optional='true'/>
       
    12     </output>
       
    13 </imageml>