Matt Zirkle
Results
2
issues of
Matt Zirkle
If you look at the function `TWAIN::NativeToBitmap`, you will find the following code: ```cs // So we make a copy (ick)... Bitmap bitmap; switch (bitmapinfoheader.biBitCount) { default: case 24: bitmap...
If you look in the method `TWAIN::DatIdentity`, you will find that if you are using callbacks that the logging uses the same message passed in instead of using `MSG.REGISTER_CALLBACK`. Here...