Click here to Skip to main content
15,890,512 members
Home / Discussions / Graphics
   

Graphics

 
QuestionHorizontal Expanding Docking Panel (web) Pin
devil854-Aug-07 8:01
devil854-Aug-07 8:01 
QuestionHOW TO place a logo watermark on live video? Pin
jondiego3-Aug-07 16:21
jondiego3-Aug-07 16:21 
AnswerRe: HOW TO place a logo watermark on live video? Pin
Drew Stainton13-Aug-07 13:49
Drew Stainton13-Aug-07 13:49 
GeneralRe: HOW TO place a logo watermark on live video? Pin
jondiego13-Aug-07 14:02
jondiego13-Aug-07 14:02 
GeneralRe: HOW TO place a logo watermark on live video? Pin
Mark Salsbery13-Aug-07 14:38
Mark Salsbery13-Aug-07 14:38 
GeneralRe: HOW TO place a logo watermark on live video? Pin
Drew Stainton13-Aug-07 16:30
Drew Stainton13-Aug-07 16:30 
GeneralRe: HOW TO place a logo watermark on live video? Pin
Drew Stainton13-Aug-07 16:32
Drew Stainton13-Aug-07 16:32 
Questionapplying texture to bitmap [modified] Pin
Force Code3-Aug-07 9:09
Force Code3-Aug-07 9:09 
Trying to emulate the code presented in this article:

http://www.codeproject.com/vb/net/bitmapTxtr.asp

The method employed in the article is the following

1) Convert texture to grayscale by a method which results in the R, G, and B channels being identical.

2) Make the alpha channel the same as the other three channels as well. Then,

3) Scale the alpha channel by some percentage indicating desired degree of transparency ('float textureTransparency' in code from article)

4) Draw Texture to Bitmap.

The code I've written is not identical to that from the article but *should* be effectively the same. However, in my code if I leave out step 2 completely, it makes no difference - the visible results are exactly the same (meaning in my own application the results are the same - I didn't use bitmap from article). This is not what I would expect. I think the article writer said he was primarily a VB programmer, so he may not know what he's doing. (I'm not an expert in GDI+ either.) Should step 2 change the results or not? Can someone answer this definitively?




-- modified at 15:16 Friday 3rd August, 2007
QuestionDisplaying jpeg image sequences with ATL only Pin
p_4732-Aug-07 0:21
p_4732-Aug-07 0:21 
Questiondraw and select object Pin
mehdi00161-Aug-07 4:15
mehdi00161-Aug-07 4:15 
AnswerRe: draw and select object Pin
Mark Salsbery1-Aug-07 7:59
Mark Salsbery1-Aug-07 7:59 
GeneralRe: draw and select object Pin
mehdi00161-Aug-07 11:02
mehdi00161-Aug-07 11:02 
GeneralRe: draw and select object Pin
Mark Salsbery1-Aug-07 11:33
Mark Salsbery1-Aug-07 11:33 
GeneralRe: draw and select object Pin
mehdi00162-Aug-07 1:05
mehdi00162-Aug-07 1:05 
GeneralRe: draw and select object Pin
Mark Salsbery2-Aug-07 6:22
Mark Salsbery2-Aug-07 6:22 
GeneralRe: draw and select object Pin
Force Code2-Aug-07 5:41
Force Code2-Aug-07 5:41 
GeneralRe: draw and select object Pin
Mark Salsbery2-Aug-07 6:09
Mark Salsbery2-Aug-07 6:09 
AnswerRe: draw and select object Pin
codeII2-Aug-07 6:40
codeII2-Aug-07 6:40 
Questionbenefit of Map File in Visual C++ ??? Pin
Miss_ Petrovna31-Jul-07 23:25
Miss_ Petrovna31-Jul-07 23:25 
AnswerRe: benefit of Map File in Visual C++ ??? Pin
Luc Pattyn1-Aug-07 8:35
sitebuilderLuc Pattyn1-Aug-07 8:35 
Generalthank U Luc Pattyn Pin
Miss_ Petrovna1-Aug-07 22:58
Miss_ Petrovna1-Aug-07 22:58 
GeneralRe: thank U Luc Pattyn Pin
Luc Pattyn1-Aug-07 23:20
sitebuilderLuc Pattyn1-Aug-07 23:20 
GeneralRe: thank U Luc Pattyn Pin
Miss_ Petrovna4-Aug-07 3:48
Miss_ Petrovna4-Aug-07 3:48 
QuestionAdd water Mark to a video Pin
Jats_4ru31-Jul-07 20:20
Jats_4ru31-Jul-07 20:20 
AnswerRe: Add water Mark to a video Pin
jk chan7-Aug-07 22:01
jk chan7-Aug-07 22:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.