diff options
author | Anders Carlsson <andersca@imendio.com> | 2006-02-28 09:48:49 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2006-02-28 09:48:49 +0000 |
commit | 38089f4344623034e42b4f02404301e9fad63a59 (patch) | |
tree | 6c384ec0a40f43f0bf7031bc8f7ebff8e4f409c9 /gdk-pixbuf/ChangeLog | |
parent | 563bfa813ac2732ee04d7656d28116ad0ee05500 (diff) | |
download | gtk+-38089f4344623034e42b4f02404301e9fad63a59.tar.gz |
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.
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index e75a29083d..4b348d57f2 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,42 @@ +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. + 2006-02-10 Matthias Clasen <mclasen@redhat.com> * io-jpeg.c: |