Browse thread
[Caml-list] Displaying Postscript?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2003-01-29 (10:06) |
From: | Oleg <oleg_inconnu@m...> |
Subject: | Re: [Caml-list] Displaying Postscript? |
On Saturday 25 January 2003 05:16 am, Robert Morelli wrote: > I'm working on an OCaml application which I'd like > to do the following: load an existing postscript > file from disk, launch a window in which the > document is displayed, and allow the user to select a > rectangle on a page of the document using the mouse > (and of course have access to the bounds of the rectangle > within the application). gv student_seminar.ps & sleep 3; import output.png Wait until the mouse pointer changes shape before selecting the rectangle "import" is part of imagemagick package (there is also libmagick you might like) HTH Oleg > What libraries/tools are > available to do such a thing? > > Thanks > > > > > > > ------------------- > To unsubscribe, mail caml-list-request@inria.fr Archives: > http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: > http://caml.inria.fr/FAQ/ Beginner's list: > http://groups.yahoo.com/group/ocaml_beginners ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners