No announcements
Found 2932239 threads
-
0 Votes
How to overlay a bitmap with transparency over another bitmap ?
Hi, I'd like to write a small program that does the following: - Take a picture (.jpeg) - Take another picture ...Proposed | 3 Replies | 4720 Views | Created by XavierP - Thursday, June 11, 2009 9:50 PM | Last reply by XavierP - Thursday, June 18, 2009 5:48 PM -
0 Votes
Bitmap overlay
Hi friends, I am using bitmap to draw graphics object.how to overlay the twoAnswered | 1 Replies | 3129 Views | Created by Aravinthkumar - Saturday, July 26, 2008 10:15 AM | Last reply by nobugz - Saturday, July 26, 2008 6:35 PM -
0 Votes
Bitmap Transparency
I am trying to put an image with some trasparent parts into my application. I am using VC++ 6. I created a bitmap and then in the dialog editor I put a ...Unanswered | 1 Replies | 3693 Views | Created by The Captain 22 - Friday, January 18, 2008 7:18 PM | Last reply by carly3 - Tuesday, January 22, 2008 6:30 PM -
0 Votes
Icon to bitmap removes transparency
Is there another way to insert a picture in a richtextbox? I only found the paste solution. The problem is not that the bitmap looses ...Answered | 13 Replies | 7811 Views | Created by Kurt Vergeyle - Friday, October 23, 2009 7:45 AM | Last reply by StevenNS - Monday, December 14, 2015 7:28 PM -
1 Votes
Text over a bitmap.
I am using the CBitmapButton class to display some bitmap buttons on a Dialog based MFC app. The bitmaps are displayed using the AutoLoad method on the ...Answered | 3 Replies | 4673 Views | Created by tmihalis - Tuesday, August 4, 2009 1:04 PM | Last reply by Scott McPhillips - Tuesday, August 4, 2009 3:04 PM -
0 Votes
Fast overlay bitmap switching with VMR 9
Allocate a new D3DBitmap with the updated GDI bitmap call SetAlphaBitmap with the new D3DBitmap Step 2 in particular is not very ... -
0 Votes
Overlay Text in A Bitmap
TextOut into an off-screen bitmap does. After that, use GetDIBits to get modified pixels out of that bitmap. Igor ...Answered | 10 Replies | 3807 Views | Created by k_unal - Thursday, August 26, 2010 11:03 AM | Last reply by k_unal - Thursday, September 16, 2010 3:38 AM -
0 Votes
setting transparency color for bitmap
I have seveal .bmp files that I want to display as icons throughout my UI. How can I define a transparency color for each of them, so that this color in the ...Answered | 1 Replies | 5025 Views | Created by bitbonk - Sunday, May 27, 2007 7:29 AM | Last reply by bitbonk - Sunday, May 27, 2007 3:15 PM -
0 Votes
how to Bitmap Overlay on live Video
thread. I want to overlay a bitmap (like horizontal and vertical line) on a live video using C#?Any guidance would be appreciable. Thanks. ...Answered | 1 Replies | 2945 Views | Created by Maverickcoder - Friday, October 17, 2008 2:17 PM | Last reply by JohnWein - Friday, October 17, 2008 2:34 PM -
0 Votes
How to determine the transparency color in a Bitmap
GIF is kind of in-between with regard to transparency support. The GIF format does support the color Transparent, so you can make pixels transparent without using a ...Answered | 6 Replies | 4907 Views | Created by FrankieQ - Friday, September 10, 2010 4:30 PM | Last reply by shawn.ohern - Friday, September 10, 2010 8:03 PM -
0 Votes
Send bitmap over UDP
Hi, I need help in order to send a bitmap over a UDP socket. What I need is to send the value of each byte as if each ...Answered | 1 Replies | 3941 Views | Created by lopezavila69 - Thursday, January 14, 2010 5:54 PM | Last reply by lopezavila69 - Friday, January 15, 2010 9:57 AM -
1 Votes
Alpha channel transparency for bitmap images
help in figuring out how to force the default Alpha channel to become transparent. If you recall, in WinForms, all you need to do is call MakeTransparent() on the ...Answered | 1 Replies | 12777 Views | Created by Peter Taps - Wednesday, December 26, 2007 6:34 AM | Last reply by Marco Zhou - Friday, December 28, 2007 5:05 AM -
0 Votes
How to create background with a bitmap ?
Hi Saju Thanks again for this reply. "draw the bitmap on the window " .... Do you have a code snippet for this as an example ...Answered | 3 Replies | 3463 Views | Created by chz013 - Sunday, May 3, 2009 4:32 AM | Last reply by Saju.Sathyan - Monday, May 4, 2009 11:46 PM -
1 Votes
Overlay bitmap on live video
Dear Experts, I want to overlay a bitmap (like horizontal and vertical line) on a live video? Any guidance would be ...Answered | 5 Replies | 8233 Views | Created by Maverickcoder - Saturday, October 18, 2008 1:13 PM | Last reply by BoomInteractive - Thursday, January 12, 2017 5:56 AM -
0 Votes
Overlay bitmap on live video
Hi i want to Overlay bitmap on live video. Iam trying to do this with the directshow sample. I edited PlayCapMonker sample and added someAnswered | 1 Replies | 3949 Views | Created by S_J_P - Tuesday, April 6, 2010 6:50 AM | Last reply by Roman Ryltsov - Tuesday, April 6, 2010 10:34 AM -
0 Votes
Transfer Bitmap data over UDPClient
Hi, I am converting a bitmap to raw data. So, the bitmap can be deliverable through udpClient.Send().Answered | 2 Replies | 3344 Views | Created by ddlam - Tuesday, July 11, 2006 10:09 AM | Last reply by ashow - Wednesday, July 16, 2008 11:54 AM -
2 Votes
Combine bitmap and a mask into one bitmap that uses alpa to control the transparency
The non-indexed I know how to do. Consider an indexed image with a black border and a mask that effectively makes that border ...Answered | 5 Replies | 1232 Views | Created by Joe Sulla - Sunday, February 24, 2013 2:29 PM | Last reply by LeonCS - Monday, February 25, 2013 12:41 AM -
0 Votes
opacity to a bitmap
someone know how to apply opacity to a bitmap with a trackbar? can you help me please You can apply alpha blend fade ...Answered | 1 Replies | 551 Views | Created by Jesus Emmanuel Ramirez Avila - Monday, March 18, 2013 8:34 AM | Last reply by kaymaf - Monday, March 18, 2013 1:18 PM -
2 Votes
Bitmap source to bitmap
this little utility that sends my clipboard contents to another PC, all the while giving me a chance to learn more about WPF and WCF. If you're curious, the ...Answered | 12 Replies | 10653 Views | Created by tatman blue - Monday, April 20, 2009 9:05 PM | Last reply by tatman blue - Wednesday, April 22, 2009 11:28 AM -
0 Votes
Toolbox Bitmap in another assembly
Is it possible to have a image for the Toolbox Item for my control in another assembly, not in assembly in which my control ...Answered | 1 Replies | 2918 Views | Created by Vitali - Monday, March 2, 2009 2:56 PM | Last reply by warrentang - Thursday, March 5, 2009 8:16 AM - Items 1 to 20 of 2932239 Next ›
No announcements