On 4/17/12, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote: > Hi! > > Attached patch fixes ticket #1190 for me. > Is the palette saved internally as RGBA or RGB32? Palette can use 2, 3 or 4 bytes. So if you do not want to store alpha in attribute byte just use 3 bytes to store color map entry. > Please review, Carl Eugen LGTM.