https://issues.apache.org/ooo/show_bug.cgi?id=106063
--- Comment #11 from hanya <[email protected]> --- Created attachment 82283 --> https://issues.apache.org/ooo/attachment.cgi?id=82283&action=edit Patch to avoid additional seek in ImplReadDIBBits for over 8 bit depth with palette ImplReadDIBBits function is called only from ImplReadDIBBody function. And just before calltin ImplReadDIBBits function, the position in the stream is moved to the offset position that starts the data, it is there after the palette. Therefore ImplReadDIBBits function should not try to skip the palette that already skipped by the caller function. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
