gimp/app/xcf
Michael Natterer 744eeb8e1a Bug 686862 - Seek less when saving XCF files
Get rid of most seeking by writing the tile offsets to a table in
memory, instead of directly to the file after each tile. Only seek
back after writing all tiles, in order to save the entire table at
once.
2015-04-06 20:01:39 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
xcf-load.c app: extend array in xcf_load_vector() for the new members of GimpCoords 2014-11-18 23:05:47 +01:00
xcf-load.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
xcf-private.h app: remove two unused forgotten members from struct XcfInfo 2014-07-13 01:44:10 +02:00
xcf-read.c app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-read.h app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-save.c Bug 686862 - Seek less when saving XCF files 2015-04-06 20:01:39 +02:00
xcf-save.h app: move the XCF version logic to gimpimage.[ch] 2014-09-27 20:38:43 +02:00
xcf-seek.c app: remove xcf_seek_end(), it's unused, and should not be used any longer 2014-10-15 23:21:34 +02:00
xcf-seek.h app: remove xcf_seek_end(), it's unused, and should not be used any longer 2014-10-15 23:21:34 +02:00
xcf-write.c Bug 738329 - xcf_seek_pos() can cause unexpected OS behavior 2014-10-17 19:12:05 +02:00
xcf-write.h Bug 738329 - xcf_seek_pos() can cause unexpected OS behavior 2014-10-17 19:12:05 +02:00
xcf.c Bug 736907 - Compat mode for XCF 2014-10-20 22:54:11 +02:00
xcf.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00