c# Programming Glossary: imageidx
How to create a bmp file from byte[] in C# http://stackoverflow.com/questions/742236/how-to-create-a-bmp-file-from-byte-in-c-sharp bitmapInfoHeader bitmap info header DWORD imageIdx used for swapping RGB BGR unsigned char tempRGB used for swapping.. bitmap height switch the image data from RGB to BGR for imageIdx 0 imageIdx bitmapInfoHeader.biSizeImage imageIdx 4 tempRGB imageData.. switch the image data from RGB to BGR for imageIdx 0 imageIdx bitmapInfoHeader.biSizeImage imageIdx 4 tempRGB imageData imageIdx..
|