everyone. I have BMP specifica开发者_如何学Ction from MS (http://msdn.microsoft.com/en-us/library/dd183383.aspx) and I want to know how apps should work with the 'Delta' feature: should it leave pixels after jump (5-th line in example) (and if yes, which color should it use?) or not?
I think, that you should take a look on this page: it has explained example of BMP/RLE data, including delta. In short: yes, you should to skip the pixels, because they are not important for you.
精彩评论