Telling truth, I'm not sure. I can't think of any real reason why some app would depend on this. There are number of functions to alter image list. Only one thing that might depend on this is some kind of development environment. But this won't work without DIBSection any way.
The reason I was wondering is the complexity of making restructuring to work right. It is not something completely undoable, but could be easier to make image list work with multi-row bitmaps.
Sunday, March 23, 2003, 7:19:14 PM, you wrote:
On March 23, 2003 08:57 pm, Vitaliy Margolen wrote:
- _read_bitmap does is not work right. The for() loop where it's
restructuring original bitmap from multi-row into single-row.
Is there something fundamentally wrong with the approach, or is just that the restructuring is broken. If it can be fixed, it seems to me that single-row bitmaps make the rest of the processing so much simpler, no?