Originally posted by: ABUNOMAN RAHMAN
HELLO, I WROTE A PROGRAM IN C++ WHICH CALLS ANY TEXT FILE AND SHOW THE OUT PUT BY FILE NUMBER. NOW I WANT MICROSOFT MAPPOINT TO CALL MY PROGRAM OUTPUT AUTOMATICALLY AND PUT THAT BACK INTO A TEXT FILE BY THE NEAREST ADDRESES BY DISTANCE FROM MY HOME<SUPPOSE MY OFFICE ADDRESS IS -3401, AVE J, BROOKLYN, NY11210>.
DOES ANYONE KNOWS HOW TO START AND WHICH WAY WOULD BE BETTER TO SOLVE THAT PROBLEM BY USING C++ OR VISUAL C++ PROGRAM??
Originally posted by: premkumar
For compressing 24 bpp coloured image, how to get 3 RGB components ? In which format do I proceed to get success?
Originally posted by: Fad
I also need to convert a B&W bmp to a 0/1 matrix. I would appreciate any help I can get.........
thanx
Originally posted by: Cristi Cojita
I have problem about the open BMP image files.I want to get
RGB of data in BMP image files but I don't know about it.
I can open files but I can't get RGB of data.I am used vc++ for write it.
Can you help me? If you can helf me. My E-mail address is kriska@email.ro
Thank you very much.
Originally posted by: RC
Im doing my final year B.E.project in converting tiff(tagged image file format)to rtf .Any code,comments or help would be useful.
ReplyOriginally posted by: Ivo van Mulken
CAN SOMEBODY PLEASE TELL ME HOW TO CONVERT A BLACK/WHITE BMP FILE TO A 0-1 MATRIX
ReplyOriginally posted by: teerawit nunta
I have problem about the open BMP image files.I want to get
RGB of data in BMP image files but I don't know about it.
I can open files but I can't get RGB of data.I am used vc++ for write it.
Can you help me? If you can helf me. My E-mail address is teerawit_nunta@hotmail.com
Thank you very much.
Originally posted by: Nil
Thanx for code
ReplyOriginally posted by: somaraj
how i compare two bitmap images or check whether they are represent the same images.
// The variable bitmap is a CBitmap object BITMAP bm; bitmap.GetBitmap( &bm ); bmWidth = bm.bmWidth; bmHeight = bm.bmHeight;
ReplyOriginally posted by: manish
how can we insert bitmap image on our button . we have a dialog there are few button like delete how can we insert A cross image with delete text.
Reply