Originally posted by: P.RAMESHKUMAR
subject is that if we scan a paper with texts using a scanner imagine that we are saving it in bmp format.
help me to convert the texts in the bmp file into a text file.i am doing this for my final year project.
so we can't do any alteration in the texts
like we can do in any word processors like notepad or wordpad.so if we convert the texts in the bmp file into
text file we can open them in any word processors and
we can do things easily like any modifications. so i
need help in any kind that includes codings,sujestion or any link to any sites are kindly invited.
so please anyone help me regarding this.
yours friendly,
p.rameshkumar
Originally posted by: andr�
I need a function in C++ that reads a .bmp file, interprets its header and content, and save it in an object of class CBitmap. Can anyone help me? I tried to use a function which does the same for DBI files, but it doesn't work correctly...
ReplyOriginally posted by: pavan kumar
i sincerly request to help me to load a jpeg file using c or c++.
ReplyOriginally posted by: Oleg Bykov
extern HDC hDC;
RECT rect;
Voila - rect holds our bitmap dimensions.
You don't have to use CBitmap (in non-MFC environment you even cannot). You can do it like this:
extern HBITMAP hBitmap;
SelectObject(hDC,hBitmap);
GetClipBox(hDC,&rect);
Originally posted by: Rajanikanth
How can I convert wbmp format to bmp file format.
Pls let me know if any one knows.I need source code.If available pls send.
Originally posted by: said ECH CHADI
Can samebody help me to extract matrix data from a DIB picture in C++ Builder for ultimate treatement.
Originally posted by: P.S.Suresh
can anybody tell me how to convert exe file to scr .
if anybody know the code please send me the mail immediately.
Originally posted by: ex0r
ok,
I have some code that puts a few bitmaps od their DCs, and then, on timer, blits it using TransparentBlt, and its working on 800Mhz fine, but, when I run it on 233Mhz machine, it runs for about 400 timer events, and then all bitmaps just dissapear and program continues running. I checked everything , but problem remains. When that happens (!TransparentBlt(...)) returns true. And yes, I delete objects after use (DCs, bitmaps..). Do I need to refresh DCs with bitmaps or something?
Originally posted by: John
I need to draw a bitmap in a window. Is it somebody who can help me? It's my first step in c++ with visual c++ and I don't know how to begin.
It will be great to manage to read this bmp file in a first time....
Thanks for your help!
John
Originally posted by: Alvin
Thanks
I need to know how to serialize a bitmap. From what i know a bitmap is made up of a header, a palette bar and last of all picture data. I have done the serialization of the header but not the other two. So can anyone out there help me out as i am kindda tight for time.
Alvin