* ANN: Guile-Cairo 1.3.92 released
@ 2007-06-12 20:15 Andy Wingo
0 siblings, 0 replies; only message in thread
From: Andy Wingo @ 2007-06-12 20:15 UTC (permalink / raw)
To: guile-user; +Cc: guile-gtk-general
I am pleased to announce that Guile-Cairo 1.3.92 has been released. It
may be obtained at:
http://download.gna.org/guile-cairo/guile-cairo-1.3.92.tar.gz
At this point there are only two unwrapped functions from Cairo 1.4; I
anticipate that when those are wrapped, I will release a stable Cairo
1.4.0. When that happens, I will maintain strict API and ABI stability,
both from the Scheme and the C level. (Take that, those that accuse of
API churn! ;-)
What is Guile-Cairo
-------------------
Guile-Cairo is a binding between Guile Scheme and the Cairo graphics
library. See http://www.gnu.org/software/guile/ and
http://cairographics.org/ for more information.
What's new
----------
* File output and input functions can now read from and write to Scheme
ports.
The convention is that the filename is an optional last argument, and
that if it is not given, output will be written to the current output
port, and likewise for input and the current input port.
For example:
(with-output-to-file "/tmp/guile-cairo.png"
(lambda () (cairo-surface-write-to-png surf)))
--
http://wingolog.org/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-12 20:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12 20:15 ANN: Guile-Cairo 1.3.92 released Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).