Hey list, Remember my color issue on NetBSD/macppc with imlib2? I've made a change to imlib2 which apparently fixes it. I've attached the diff for loaders/loader_png.c to the mail.
Could someone verify that this diff doesn't break the code for other big endian platforms? BTW, I really don't know what I'm doing, but it works on my system(TM). Regards, Peter -- http://www.student.kun.nl/peter.bex -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth
138c138 < png_set_filler(png_ptr, 0xff, PNG_FILLER_BEFORE); --- > png_set_filler(png_ptr, 0xff, PNG_FILLER_AFTER);
pgphikw1Shosc.pgp
Description: PGP signature
