Lines Matching refs:format
12 The build for image formats depend on image's source format and output's
13 destination format. This extension implement methods to simplify image
15 methods *to* always get the best output-format even if some tools are not
249 prefer PDF while *html* builder prefer SVG format for images.
252 format (of the image) and the translator's output format.
266 kernellog.verbose(app, 'assert best format for: ' + img_node['uri'])
275 elif translator.builder.format == 'latex':
281 elif translator.builder.format == 'html':
297 if translator.builder.format == 'latex':
324 if translator.builder.format == 'latex' and not dot_Tpdf:
345 * ``out_fname`` pathname of the output file, including format extension
347 The *format extension* depends on the ``dot`` command (see ``man dot``
423 cmd = [rsvg_convert_cmd, '--format=pdf', '-o', pdf_fname, svg_fname]