ANN: Guile-Cairo 1.3.92 released

Andy Wingo <[email protected]>
Newsgroups gmane.lisp.guile.gtk,gmane.lisp.guile.user
Message-ID <[email protected]>
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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.