GdkPixbuf::save Example

[email protected] Tue, 10 Apr 2007 18:27:57 -0400 (EDT)
Newsgroups php.gtk.doc
Message-ID <[email protected]>
Hello,

The saving to jpg example (Example 9) in the online manual needs to be
corrected.  Link:
http://gtk.php.net/manual/en/gdk.gdkpixbuf.method.save.php

The example passes the type string 'jpg'.  This will throw a
PhpGtkGErrorException because 'jpg' is not a recognized type.  It needs
to be 'jpeg' instead.

-Jake Cobb