gameweld has joined #ocaml
<
gameweld>
Any idea when the site will be back up the (caml.inria.fr) one
<
gameweld>
How does one exactly open a bitmap file
<
gameweld>
The code examples in the o'reilly book seem to assume that this has already taken place
<
Yurik>
bitmap file? image?
<
gameweld>
bitmap or jpg file
<
gameweld>
that can be read into a image type
<
gameweld>
basically:
<
gameweld>
open_bitmap "C:
<
gameweld>
open_bitmap "C:\file.bmp";;
<
gameweld>
which will return a Graphics.image type
<
Yurik>
ah, you mean Graphics. I haven't used it
<
gameweld>
what other alternatives do I have besides ocamlsdl and labtlk
<
gameweld>
for doing graphics stuff
<
malc>
gameweld: lablgtk lablgl
<
gameweld>
how much can you do with camlimages
<
gameweld>
the site has been down
Yurik is now known as Yurik[Zzzz]
Etaoin has joined #ocaml
malc has quit ["no reason"]
Yurik[Zzzz] is now known as Yurik
smklsmkl has quit [Remote closed the connection]
smklsmkl has joined #ocaml
malc has joined #ocaml
malc has quit ["no reason"]
Yurik has quit ["Client Exiting"]
gl has quit ["My damn controlling terminal disappeared!"]
gl has joined #ocaml
smklsmkl is now known as smkl
smkl has quit [carter.openprojects.net irc.openprojects.net]
smkl has joined #ocaml
gameweld has quit [Read error: 104 (Connection reset by peer)]
libertair has joined #ocaml
<
libertair>
helloooooooo
libertair has quit [Client Quit]
GnuVince has joined #ocaml
<
GnuVince>
Hey guys
<
GnuVince>
Anyone could tell me how to get the current year?
<
Taaus>
It's 2002 :P
<
GnuVince>
Seriously
<
GnuVince>
I was thinking something like "Time.strftime("%Y")"
<
GnuVince>
No such thing?
<
Taaus>
Hmm... Dunno... And caml.inria.fr appears to be down...
<
GnuVince>
I got the man on my hard disk
<
GnuVince>
but there does not seem to be such a thing in Unix
<
smkl>
(Unix.localtime (Unix.gettimeofday())).Unix.tm_year + 1900
<
GnuVince>
thanks smkl
Etaoin has quit ["raise OverFlowError, "Ewwww, now it's all over the floor.""]
retrobv has joined #ocaml
malc has joined #ocaml