Click here to Skip to main content
15,920,688 members
Home / Discussions / C#
   

C#

 
QuestionMDI Child with flicker Pin
enricrt30-Aug-05 5:15
enricrt30-Aug-05 5:15 
QuestionListView with column and images Pin
Sasuko30-Aug-05 4:36
Sasuko30-Aug-05 4:36 
AnswerRe: ListView with column and images Pin
Luis Alonso Ramos30-Aug-05 6:43
Luis Alonso Ramos30-Aug-05 6:43 
GeneralRe: ListView with column and images Pin
Sasuko30-Aug-05 7:56
Sasuko30-Aug-05 7:56 
GeneralRe: ListView with column and images Pin
Luis Alonso Ramos30-Aug-05 8:22
Luis Alonso Ramos30-Aug-05 8:22 
QuestionImage dislaying and processing in C# Pin
silka_c#30-Aug-05 4:21
silka_c#30-Aug-05 4:21 
AnswerRe: Image dislaying and processing in C# Pin
Andrew Kirillov30-Aug-05 4:59
Andrew Kirillov30-Aug-05 4:59 
QuestionRe: Image dislaying and processing in C# Pin
silka_c#31-Aug-05 0:50
silka_c#31-Aug-05 0:50 
Hello Andrew,

thank you for your reply. I already use the Lockbits-method and it gave a good performance boost once I implemented it weeks ago. But the performance is still not good enough.
I decided to just use C# and no C, but maybe thats the only possibilty to make it faster now.

One big problem is that a brightness change should work in realtime, the user should see the change immediately. I tried it with indexed bitmaps and a Change of the Palette of this bitmap, which works wonderful but is still a litle slow.

For that reason I wanted to decrease the size of the bitmap before changing the brightness. For that reason I used the Bitmap-Constructor which requires a Bitmap and the Width and Height of the new Bitmap as paramters:
public Bitmap ( System.Drawing.Image original , System.Int32 width , System.Int32 height)<br />

But the bitmap this constructor delivers doe not have a Palette. Sigh | :sigh:

So I cannot change the Brightness by changing the palette. Confused | :confused:

Anyone has experience with that? Confused | :confused: Confused | :confused:
Answer[Message Deleted] Pin
Judah Gabriel Himango30-Aug-05 5:01
sponsorJudah Gabriel Himango30-Aug-05 5:01 
AnswerRe: Image dislaying and processing in C# Pin
HumanOsc30-Aug-05 7:33
HumanOsc30-Aug-05 7:33 
QuestionJava Pin
VickyC#30-Aug-05 4:02
VickyC#30-Aug-05 4:02 
AnswerRe: Java Pin
Judah Gabriel Himango30-Aug-05 4:47
sponsorJudah Gabriel Himango30-Aug-05 4:47 
GeneralRe: Java Pin
VickyC#30-Aug-05 4:51
VickyC#30-Aug-05 4:51 
Questionadding a Palette to a Surface in DirectX Pin
silka_c#30-Aug-05 3:28
silka_c#30-Aug-05 3:28 
Questionsql connection string c# by coding Pin
bozoo30-Aug-05 2:23
bozoo30-Aug-05 2:23 
AnswerRe: sql connection string c# by coding Pin
Guffa30-Aug-05 2:34
Guffa30-Aug-05 2:34 
AnswerRe: sql connection string c# by coding Pin
jan larsen30-Aug-05 2:41
jan larsen30-Aug-05 2:41 
GeneralRe: sql connection string c# by coding Pin
bozoo30-Aug-05 20:34
bozoo30-Aug-05 20:34 
QuestionApplication versioning Pin
rmedo30-Aug-05 1:58
rmedo30-Aug-05 1:58 
QuestionInterfaces &amp; Protected Methods Pin
phimix30-Aug-05 1:19
phimix30-Aug-05 1:19 
AnswerRe: Interfaces &amp; Protected Methods Pin
leppie30-Aug-05 1:35
leppie30-Aug-05 1:35 
GeneralRe: Interfaces &amp; Protected Methods Pin
phimix30-Aug-05 2:42
phimix30-Aug-05 2:42 
GeneralRe: Interfaces &amp; Protected Methods Pin
leppie30-Aug-05 2:51
leppie30-Aug-05 2:51 
AnswerRe: Interfaces &amp; Protected Methods Pin
Guffa30-Aug-05 3:10
Guffa30-Aug-05 3:10 
GeneralRe: Interfaces &amp; Protected Methods Pin
phimix30-Aug-05 3:34
phimix30-Aug-05 3:34 

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.