xela-trawets
xela-trawets
Distinguishing here between Random access to IFDs as opposed to simple one step forward access to the next IFD. Fast random access works today (see below), but is not very...
bmpdata.Stride for a 24-bit bitmap is (or can be) padded to greater than the bitmap width, it looks like you already know that. because you convert the samples in-place you...
And to fix it you need to track the source and destination indices separately in your convertSamples loop, And maybe spend some memory on a new buffer of the right...