Click here to Skip to main content
15,908,901 members
Home / Discussions / C#
   

C#

 
AnswerRe: Record Sound Pin
Corinna John20-Jul-06 3:15
Corinna John20-Jul-06 3:15 
QuestionGreyscale an Image the easy way... Pin
matthias s.20-Jul-06 2:35
matthias s.20-Jul-06 2:35 
AnswerRe: Greyscale an Image the easy way... Pin
BigAndy20-Jul-06 2:57
BigAndy20-Jul-06 2:57 
GeneralRe: Greyscale an Image the easy way... Pin
matthias s.20-Jul-06 3:34
matthias s.20-Jul-06 3:34 
GeneralBitmap is an Image object Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:42
Ennis Ray Lynch, Jr.20-Jul-06 3:42 
GeneralRe: Greyscale an Image the easy way... Pin
BigAndy20-Jul-06 3:47
BigAndy20-Jul-06 3:47 
GeneralRe: Greyscale an Image the easy way... Pin
matthias s.20-Jul-06 3:53
matthias s.20-Jul-06 3:53 
AnswerIm not an imaging expert Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:09
Ennis Ray Lynch, Jr.20-Jul-06 3:09 
But if you don't downsize the image or downgrade it in memory you will occupy the exact same resources. I believe all of the .NET and GDI+ render operations are 32bit (even on low bit images). Shrink the size of the bitmap for the display and you will get the desired resource reduction without all of the code.

BTW, image processing ops in GDI+ seem to be a lot slower the display processing from my rather limited testing.

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
QuestionMultithreading in C# Pin
k_dasaprakash20-Jul-06 2:08
k_dasaprakash20-Jul-06 2:08 
AnswerRe: Multithreading in C# Pin
Ennis Ray Lynch, Jr.20-Jul-06 3:12
Ennis Ray Lynch, Jr.20-Jul-06 3:12 
Questionstring to a command [modified] Pin
Schimaera20-Jul-06 2:01
Schimaera20-Jul-06 2:01 
AnswerRe: string to a command Pin
stancrm20-Jul-06 2:04
stancrm20-Jul-06 2:04 
AnswerRe: string to a command Pin
Ravi Bhavnani20-Jul-06 2:04
professionalRavi Bhavnani20-Jul-06 2:04 
AnswerRe: string to a command Pin
Colin Angus Mackay20-Jul-06 2:09
Colin Angus Mackay20-Jul-06 2:09 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:16
Schimaera20-Jul-06 2:16 
AnswerRe: string to a command Pin
Ravi Bhavnani20-Jul-06 2:20
professionalRavi Bhavnani20-Jul-06 2:20 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:24
Schimaera20-Jul-06 2:24 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:44
Schimaera20-Jul-06 2:44 
GeneralRe: string to a command Pin
J4amieC20-Jul-06 2:52
J4amieC20-Jul-06 2:52 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 2:57
Schimaera20-Jul-06 2:57 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 3:24
Schimaera20-Jul-06 3:24 
GeneralRe: string to a command [modified] Pin
J4amieC20-Jul-06 3:48
J4amieC20-Jul-06 3:48 
GeneralRe: string to a command Pin
Josh Smith20-Jul-06 4:25
Josh Smith20-Jul-06 4:25 
GeneralRe: string to a command Pin
Schimaera20-Jul-06 4:57
Schimaera20-Jul-06 4:57 
GeneralRe: string to a command Pin
Josh Smith20-Jul-06 5:07
Josh Smith20-Jul-06 5:07 

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.