1 --- fluxus-0.17b2/libfluxus/src/PNGLoader.cpp.orig 2010-02-13 17:55:22.000000000 -0200
2 +++ fluxus-0.17b2/libfluxus/src/PNGLoader.cpp 2010-04-20 02:39:21.980283633 -0300
4 atext[0].key = const_cast<char *>("title");
5 atext[0].text = const_cast<char *>("made with fluxus");
6 atext[0].compression = PNG_TEXT_COMPRESSION_NONE;
7 - #ifdef PNG_iTXt_SUPPORTED
8 - text_ptr[0].lang = NULL;
9 - text_ptr[1].lang = NULL;
11 png_set_text (ppng, pinfo, atext, 2);
12 png_write_info (ppng, pinfo);
13 unsigned int stride=w*numchannels;