No announcements
Found 2893179 threads
-
1 Votes
Converting from bitmap file buffer to HBITMAP
So basically I need a way to turn this bitmap file stream into an HBITMAP.Answered | 11 Replies | 10477 Views | Created by EmoryPhys - Thursday, July 31, 2008 5:43 PM | Last reply by ss01oct - Friday, August 21, 2015 9:43 AM -
0 Votes
how to convert BITMAP to HBITMAP in vc++
Disregard my previous reply and just use the CBitmap::operator HBITMAP.Answered | 3 Replies | 4383 Views | Created by imrankhan12 - Friday, November 30, 2012 7:17 AM | Last reply by PACMAN_1 - Saturday, December 1, 2012 6:48 PM -
0 Votes
How to create 8 Bit Hbitmap from Bitmap?
For your question, you want to convert 8 bit bitmap to 8 bit hbitmap.Answered | 1 Replies | 1292 Views | Created by I_2_I - Monday, October 10, 2016 1:42 PM | Last reply by Wendy Zang - Sunday, October 16, 2016 1:43 PM -
1 Votes
How to double buffer a bitmap
That's double buffering with a bitmap.Answered | 12 Replies | 8514 Views | Created by rabbidrabbit - Wednesday, March 31, 2010 3:05 PM | Last reply by rabbidrabbit - Friday, April 2, 2010 10:38 AM -
1 Votes
How to copy underlying bitmap pointed by HBITMAP
CopyImage() can be called to make a copy of bitmap image. e.g.Answered | 3 Replies | 1471 Views | Created by Yan Yang - Tuesday, June 26, 2018 2:19 PM | Last reply by Yan Yang - Wednesday, July 4, 2018 8:09 AM -
0 Votes
HBITMAP handle error while loading bitmap from resource file
Hi I am trying to load the bitmap file from resource files. i am using visual C++ right now and sample code is as below.Answered | 2 Replies | 3694 Views | Created by gpl - Friday, February 24, 2012 6:20 PM | Last reply by gpl - Friday, February 24, 2012 8:48 PM -
0 Votes
the structure of the HBITMAP
HBITMAP is just a HANDLE object, BITMAP is a struct.Answered | 2 Replies | 7216 Views | Created by Rahul Dhamecha - Wednesday, August 26, 2009 7:41 AM | Last reply by Rahul Dhamecha - Friday, August 28, 2009 8:09 AM -
1 Votes
Array of Bytes convert to bitmap in c++
There's no need to go writing your own bitmap file handling code.Answered | 2 Replies | 8546 Views | Created by Rajkumar P - Friday, July 3, 2015 7:12 AM | Last reply by Wyck - Friday, July 3, 2015 3:45 PM -
0 Votes
How Can i Convert A Byte Array To Bitmap
Hello, You can use CreateDIBitmap function to do the convertion.Answered | 2 Replies | 15264 Views | Created by md_zi - Thursday, September 6, 2012 9:13 AM | Last reply by Damon Zheng - Friday, September 14, 2012 8:18 AM -
1 Votes
Hbitmap from image
System.IO.MemoryStream ms = new System.IO.MemoryStream(); ...Answered | 1 Replies | 3887 Views | Created by Emin Akbulut - Thursday, February 17, 2011 9:00 AM | Last reply by Emin Akbulut - Thursday, February 17, 2011 9:13 AM -
1 Votes
SampleGrabber bitmap buffer question
Percy2000 said: Assuming that the byte order list is left to right, bottom up, I have tried to cycle through that buffer, trying to get each pixel of the butmap individually.Answered | 2 Replies | 3403 Views | Created by Percy2000 - Thursday, March 5, 2009 8:13 AM | Last reply by Percy2000 - Thursday, March 5, 2009 10:40 AM -
0 Votes
From hbitmap to bytes array for a quick comparing
That's a quick check to see if the bitmaps are the same size and color depth.Answered | 5 Replies | 7485 Views | Created by Hyde - Thursday, September 17, 2009 1:05 PM | Last reply by Hyde - Thursday, September 17, 2009 2:05 PM -
0 Votes
[UWP]How to convert a HBITMAP to a Universal App BitmapSource?
As you recommended I have ran WACK validation, and it turns out I may have other issues, as my bitmap creation currently uses CreateDIBSection and SetBitmapBits ...Answered | 3 Replies | 1463 Views | Created by JonesJ76 - Friday, February 5, 2016 12:23 PM | Last reply by Jamles Hez - Thursday, February 11, 2016 1:10 AM -
0 Votes
How to load Bitmap with out losing Alpha from unmanaged resource dll using HBITMAP handle
But this project contained all the needed code to extract icons from resources.Answered | 3 Replies | 914 Views | Created by BhashTech - Tuesday, October 4, 2016 3:30 PM | Last reply by Thorsten Gudera - Tuesday, October 4, 2016 4:18 PM -
0 Votes
Address of HBitmap
I have no idea about openGL i have idea about bitmap.Answered | 12 Replies | 5454 Views | Created by jasoom - Tuesday, August 12, 2008 12:29 PM | Last reply by Nambiraj - Thursday, August 21, 2008 10:43 AM -
0 Votes
How to get DIB handle from HBITMAP?
Hi, Could someone please post the logic to get DIB handle from HBITMAP?Answered | 5 Replies | 2321 Views | Created by rmgs123 - Friday, July 8, 2016 12:57 PM | Last reply by Hart Wang - Monday, July 11, 2016 7:11 AM -
1 Votes
Can't get bitmap from dll
There is a perfectly good API in Win32 just for doing precisely that - extracting a resource from an executable file.Answered | 21 Replies | 6471 Views | Created by CoreXE - Saturday, June 27, 2009 1:41 PM | Last reply by Tom Shelton - Friday, July 3, 2009 3:35 PM -
1 Votes
Is it safe to pass HBITMAP handle from one process to other?
Having DIB handle, you can save all bitmap data using one of the following ways: 1) If both sender and receiver know bitmap format (for example, RGB 24 ...Answered | 2 Replies | 5813 Views | Created by Shiv_Here - Thursday, August 13, 2009 7:13 AM | Last reply by nobugz - Thursday, August 13, 2009 11:25 AM -
1 Votes
ImageSource to Bitmap?
Annabella - I just tried your solution: // ERROR: Cannot convert from ImageSource to Bitmap System.Windows.Media.ImageSource ...Answered | 12 Replies | 22553 Views | Created by Kensino - Monday, April 2, 2012 12:29 AM | Last reply by Sean.Wood - Sunday, September 7, 2014 9:30 AM -
0 Votes
Create GDIPlus Bitmap from System.Drawing.Image
Yes, the IntPtr is actually an HBITMAP.Answered | 9 Replies | 4611 Views | Created by alleyes - Wednesday, November 11, 2009 3:38 AM | Last reply by alleyes - Thursday, November 12, 2009 1:42 AM - Items 1 to 20 of 2893179 Next ›
No announcements