dib Questions

3

Solved

I have an array of pixels which I need to convert to HBITMAP in order to display it in a window. I tried to use CreateDIBitmap() but I don't have the BMP headers. I tried to construct them manually...
Gurolinick asked 10/4, 2013 at 15:46

2

Solved

I have a bitmap stored as a BGRA array of bytes. This is the code I've been using to paint the bitmap: CDC *dispDC = new CDC(); dispDC->CreateCompatibleDC(pDC); CBitmap *dispBMP = new CBitmap()...
Bedouin asked 3/7, 2014 at 8:21

3

Solved

Ok, whole story is, I am trying to use Leptonica+Tesseract OCR in C++ to take a screenshot, save it to a *.bmp file, then load it back up to OCR with it. I won't need to do this frequently, b...
Graphic asked 9/7, 2014 at 2:59

3

Solved

I was just discussing if there was an alternative windows graphics library to GDI & Direct X in a forum. Someone mentioned WinDIB. Sadly, he didn't explain more about it. Now I've searched goo...
Trangtranquada asked 1/3, 2012 at 13:45

2

Solved

We have a COM object implemented with C++/ATL that includes a method which will return a DIB. We are also writing a .NET application that will use this COM object. Since we are writing both, we hav...
Patricapatrice asked 5/11, 2008 at 17:32
1

© 2022 - 2024 — McMap. All rights reserved.