* wrap/python/cgi/ltl2tgba.in (render_dot): Render .png directly

with dot, without using convert.
* wrap/python/cgi/README: Do not mention convert.
This commit is contained in:
Alexandre Duret-Lutz 2004-02-02 20:17:05 +00:00
parent 47489236dc
commit 550e7acdb2
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,9 @@
2004-02-02 Alexandre Duret-Lutz <adl@gnu.org>
* wrap/python/cgi/ltl2tgba.in (render_dot): Render .png directly
with dot, without using convert.
* wrap/python/cgi/README: Do not mention convert.
* wrap/python/cgi/ltl2tgba.in (render_dot, render_automaton)
(render_bdd): New functions, extracted from the rest of the code.