Displaying EPS in a GUI

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • virtk0s@gmail.com

    #1

    Displaying EPS in a GUI

    Does anybody know of a good way to display Encapsulated Postscript
    images in a GUI? I'm currently using wx, but would be perfectly
    willing to switch to another binding to keep the program from becoming
    hackish.

    Thanks!

  • Piet van Oostrum

    #2
    Re: Displaying EPS in a GUI

    >>>>virtk0s@gmail.c om (V) wrote:
    >VDoes anybody know of a good way to display Encapsulated Postscript
    >Vimages in a GUI? I'm currently using wx, but would be perfectly
    >Vwilling to switch to another binding to keep the program from becoming
    >Vhackish.
    You need e Postscript interpreter, e.g. Ghostscript.
    If you have Ghostscript installed PIL can read EPS images. Then they can be
    converted to wx images:

    --
    Piet van Oostrum <piet@cs.uu.n l>
    URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C 4]
    Private email: piet@vanoostrum .org

    Comment

    Working...