gimp/app/xcf
Michael Natterer a2ad257711 Bug 756678 - Layer opacities change upon saving and reopening an xcf file
Add new XCF property FLOAT_OPACITY and always save both the old 8-bit
and the new float opacity of layers and channels. Float opacity is
saved after the 8-bit one so when loading, it overwrites the limited
8-bit value with the proper precision. Do not increase the XCF version
number because old GIMP versions will simply skip the unknown
FLOAT_OPACITY and keep using the 8-bit value.
2015-10-16 21:59:11 +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 Bug 756678 - Layer opacities change upon saving and reopening an xcf file 2015-10-16 21:59:11 +02:00
xcf-load.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
xcf-private.h Bug 756678 - Layer opacities change upon saving and reopening an xcf file 2015-10-16 21:59:11 +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 756678 - Layer opacities change upon saving and reopening an xcf file 2015-10-16 21:59:11 +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 app: remove gimp_image_set_filename() 2015-07-13 22:43:22 +02:00
xcf.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00