From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA31509; Mon, 19 Aug 2002 09:41:02 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA31694 for ; Mon, 19 Aug 2002 09:41:01 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from smtp1.cp.tin.it (vsmtp1.tin.it [212.216.176.221]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g7J7f0T00345 for ; Mon, 19 Aug 2002 09:41:00 +0200 (MET DST) Received: from favilla.biomedin.int (212.171.41.135) by smtp1.cp.tin.it (6.5.019) id 3D5F82D60001FCCC for caml-list@inria.fr; Mon, 19 Aug 2002 09:40:58 +0200 Content-Type: text/plain; charset="us-ascii" From: Stalkern 2 Reply-To: stalkern2@tin.it To: caml-list@inria.fr Subject: [Caml-list] Bitmap acquisition with Graphics module Date: Mon, 19 Aug 2002 09:45:32 -0400 User-Agent: KMail/1.4.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208190945.32768.stalkern2@tin.it> Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello to everybody. Following a recent posting on the ocaml-beginners ML, I would like to ask you: how can one load an external bitmap picture using the Graphics library? (See for instance the picture "jussieu" at http://caml.inria.fr/oreilly-book/html/book-ora048.html ) The book says: "A bitmap may be represented by either a color matrix (color array array) or a value of abstract type 1 image, which is declared in library Graphics. " but does not say anything about acquisition. Any further hint about the image formats that can be used would be strongly appreciated. Thank you Ernesto Torresin ------------------- 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