Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
QuestionAdvertisment Impressions Pin
Jassim Rahma22-Nov-10 3:11
Jassim Rahma22-Nov-10 3:11 
QuestionPop up window (like skype) Pin
Anil Kumar.Arvapalli22-Nov-10 1:25
Anil Kumar.Arvapalli22-Nov-10 1:25 
AnswerRe: Pop up window (like skype) Pin
JF201522-Nov-10 1:30
JF201522-Nov-10 1:30 
AnswerRe: Pop up window (like skype) PinPopular
Manfred Rudolf Bihy22-Nov-10 2:20
professionalManfred Rudolf Bihy22-Nov-10 2:20 
Questionhow to use .m file in C# Pin
Darko Nikolovski21-Nov-10 22:54
Darko Nikolovski21-Nov-10 22:54 
AnswerRe: how to use .m file in C# Pin
Niladri_Biswas22-Nov-10 2:53
Niladri_Biswas22-Nov-10 2:53 
QuestionImage minus image Pin
pancakeleh21-Nov-10 14:59
pancakeleh21-Nov-10 14:59 
AnswerRe: Image minus image Pin
Manfred Rudolf Bihy21-Nov-10 15:12
professionalManfred Rudolf Bihy21-Nov-10 15:12 
This really depends on what you mean by difference (i.e. subtraction).
You could iterate over the points and subtract the
RGB values from each other to gain your new image.
Leaving open what to do with the edge case when the
difference goes below zero. You also need to remember
that subtraction is not commutative.

What kind of difference do you really mean?

Cheers

Manfred
GeneralRe: Image minus image Pin
pancakeleh21-Nov-10 15:20
pancakeleh21-Nov-10 15:20 
GeneralRe: Image minus image Pin
JF201521-Nov-10 18:28
JF201521-Nov-10 18:28 
GeneralRe: Image minus image Pin
pancakeleh21-Nov-10 18:42
pancakeleh21-Nov-10 18:42 
GeneralRe: Image minus image PinPopular
JF201521-Nov-10 18:45
JF201521-Nov-10 18:45 
GeneralRe: Image minus image Pin
Alan Balkany23-Nov-10 3:51
Alan Balkany23-Nov-10 3:51 
QuestionCreate installers dynamically Pin
Jacob D Dixon21-Nov-10 7:05
Jacob D Dixon21-Nov-10 7:05 
AnswerRe: Create installers dynamically [modified] Pin
Richard Andrew x6421-Nov-10 10:12
professionalRichard Andrew x6421-Nov-10 10:12 
GeneralvRe: Create installers dynamically [modified] Pin
Jacob D Dixon21-Nov-10 12:23
Jacob D Dixon21-Nov-10 12:23 
GeneralRe: vRe: Create installers dynamically Pin
Not Active21-Nov-10 12:37
mentorNot Active21-Nov-10 12:37 
GeneralRe: vRe: Create installers dynamically Pin
Jacob D Dixon21-Nov-10 15:46
Jacob D Dixon21-Nov-10 15:46 
AnswerRe: Create installers dynamically Pin
Mirko198022-Nov-10 2:14
Mirko198022-Nov-10 2:14 
GeneralRe: Create installers dynamically [modified] Pin
Jacob D Dixon22-Nov-10 11:33
Jacob D Dixon22-Nov-10 11:33 
QuestionConverting an particular color in an image to another color Pin
pancakeleh21-Nov-10 4:41
pancakeleh21-Nov-10 4:41 
AnswerRe: Converting color in an image [modified] Pin
Manfred Rudolf Bihy21-Nov-10 4:50
professionalManfred Rudolf Bihy21-Nov-10 4:50 
AnswerRe: Converting color in an image Pin
Richard Andrew x6421-Nov-10 4:51
professionalRichard Andrew x6421-Nov-10 4:51 
AnswerRe: Converting an particular color in an image to another color Pin
pancakeleh21-Nov-10 5:15
pancakeleh21-Nov-10 5:15 
GeneralRe: Converting an particular color in an image to another color Pin
_Erik_22-Nov-10 6:13
_Erik_22-Nov-10 6:13 

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.