Google Flix Engine Linux Reference Manual User Manual
Page 491

7.15 CGI
485
<option value=""></option>
<option value="BLUR_LOWPASS">BLUR_LOWPASS</option>
<option value="BLUR_GAUSS">BLUR_GAUSS</option>
</select>
</td>
</tr>
<tr>
<th><abbr title="Default: MASK_3x3">FE2_BLUR_MASKSIZE</abbr></th>
<td>
<select name="Flix2_FilterSetParam:FE2_BLUR_MASKSIZE">
<option value=""></option>
<option value="MASK_3x3">MASK_3x3</option>
<option value="MASK_5x5">MASK_5x5</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
<!-- END - BLUR filter parameters -->
<tr>
<td>
<label>
<input type=’checkbox’ class=’filter’
name=’FE2_FILTER_CROP’ value=’vfilter:’
onchange="toggle_ftable(’filter_crop’,this.checked)">
FE2_FILTER_CROP
</label>
<table id=’filter_crop’ class=’disabled’>
<tr>
<th><abbr title="Default: 0">FE2_CROP_TOP</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CROP_TOP’></td>
</tr>
<tr>
<th><abbr title="Default: input image height">FE2_CROP_BOTTOM</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CROP_BOTTOM’></td>
</tr>
<tr>
<th><abbr title="Default: 0">FE2_CROP_LEFT</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CROP_LEFT’></td>
</tr>
<tr>
<th><abbr title="Default: input image width">FE2_CROP_RIGHT</abbr></th>
<td><input type=’text’ name=’Flix2_FilterSetParam:FE2_CROP_RIGHT’></td>
</tr>
</table>
</td>
</tr>
<!-- END - CROP filter parameters -->
<tr>
<td>
<label>
<input type=’checkbox’ class=’filter’
name=’FE2_FILTER_DENOISE’ value=’vfilter:’
onchange="toggle_ftable(’filter_denoise’,this.checked)">
FE2_FILTER_DENOISE
</label>
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen