%include file="header.html" />
<%
gallery_size = 'height:' + str(app.cfg['param']['iheight']) + 'px'
palette_size = 'height="' + str(app.cfg['param']['iheight']) + '"'
palette = app.work_url + 'input_0.png'
silhouette = app.work_url + 'input_1.png'
outfn = app.work_url + 'output.png'
%>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
The algorithm result is displayed hereafter.
<%def name="getpar(name,symbol)">
${symbol} =
|
${app.cfg['param'][name]}
|
%def>
<%def name="setpar(visible,name,symbol,type,val,hint)">
%if visible:
|
|
${hint} |
%else:
%endif
%def>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
<%doc> ************************************************************* %doc>
Downloadable files
<%def name="getfile(file,infile,title)">
-
${title}: ${file}
%def>
${getfile( 'palette.png', 'input_0.png', 'Palette image')}
${getfile( 'silhouette.png', 'input_1.png', 'Silhouette')}
${getfile( 'output.png', 'output.png', 'Output image')}
${getfile( 'output.info', 'output.info', 'Output parameters file')}
${open(app.work_dir + 'output.info', 'r').read()}
<%include file="archive_info.html" />
<%include file="footer.html" />