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-28 (10:44) |
From: | Jun P. FURUSE <Jun.Furuse@i...> |
Subject: | Re: [Caml-list] Displaying Postscript? |
Hello, > 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). What libraries/tools are > available to do such a thing? One possibility is a combination of LablGtk and Camlimages LablGtk provides a GUI and Camlimages is for image file manipulation. Maybe you can also use gdkpixbuf interface of LablGtk instead of Camlimages, but I am not really sure. LablGtk: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk/ Camlimages: http://pauillac.inria.fr/camlimages/ ----------------------------------------------------------------------- Jun P. Furuse Jun.Furuse@inria.fr ------------------- 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