]> Pileus Git - ~andy/gtk/commit
Update documentation now that tiff supports saving.
authorAnders Carlsson <andersca@imendio.com>
Tue, 28 Feb 2006 09:48:49 +0000 (09:48 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Tue, 28 Feb 2006 09:48:49 +0000 (09:48 +0000)
commit38089f4344623034e42b4f02404301e9fad63a59
tree6c384ec0a40f43f0bf7031bc8f7ebff8e4f409c9
parent563bfa813ac2732ee04d7656d28116ad0ee05500
Update documentation now that tiff supports saving.

2006-02-28  Anders Carlsson  <andersca@imendio.com>

        * gdk-pixbuf-io.c:
        Update documentation now that tiff supports saving.

        * io-tiff.c:
        (tiff_load_read):
        (tiff_load_write):
        (tiff_load_seek):
        (tiff_load_close):
        (tiff_load_size):
        (tiff_load_map_file):
        (tiff_load_unmap_file):
        (gdk_pixbuf__tiff_image_stop_load):
        Rename callback functions that are used during loading.

        (tiff_save_read):
        (tiff_save_write):
        (tiff_save_seek):
        (tiff_save_close):
        (tiff_save_size):
        (create_save_context):
        (free_save_context):
        New callback functions which operate on a memory buffer.

        (gdk_pixbuf__tiff_image_save_to_callback):
        Implement saving of pixbufs to tiffs.

        (save_to_file_cb):
        (gdk_pixbuf__tiff_image_save):
        New function that saves a pixbuf to a FILE handle. Uses
        save_to_callback.

        (fill_vtable):
        Add new functions.

        (fill_info):
        Change flags since this module supports writing now.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/io-tiff.c