Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralJPEG image processing with C# Pin
memoboy16-Jan-05 9:20
memoboy16-Jan-05 9:20 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 9:45
protectorChristian Graus16-Jan-05 9:45 
GeneralRe: this is the problem Pin
memoboy16-Jan-05 20:47
memoboy16-Jan-05 20:47 
GeneralRe: this is the problem Pin
leppie16-Jan-05 22:21
leppie16-Jan-05 22:21 
GeneralRe: this is the problem Pin
benjymous16-Jan-05 23:42
benjymous16-Jan-05 23:42 
GeneralRe: this is the problem Pin
memoboy17-Jan-05 1:14
memoboy17-Jan-05 1:14 
GeneralRe: this is the problem Pin
Christian Graus17-Jan-05 9:02
protectorChristian Graus17-Jan-05 9:02 
GeneralRe: JPEG image processing with C# Pin
Heath Stewart16-Jan-05 9:48
protectorHeath Stewart16-Jan-05 9:48 
And to add what Christian said, use Bitmap.LockBits to get the BitmapData in which you process each pixel, and Bitmap.UnlockBits to release the lock (locks the data in memory so it isn't moved while processing it) on the bits.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 11:35
protectorChristian Graus16-Jan-05 11:35 
GeneralRe: JPEG image processing with C# Pin
memoboy16-Jan-05 10:01
memoboy16-Jan-05 10:01 
GeneralRe: JPEG image processing with C# Pin
Christian Graus16-Jan-05 11:37
protectorChristian Graus16-Jan-05 11:37 
GeneralRe: JPEG image processing with C# Pin
Heath Stewart17-Jan-05 6:05
protectorHeath Stewart17-Jan-05 6:05 
GeneralTransfer Files Pin
Sakkijha16-Jan-05 6:39
Sakkijha16-Jan-05 6:39 
GeneralRe: Transfer Files Pin
Heath Stewart16-Jan-05 9:08
protectorHeath Stewart16-Jan-05 9:08 
GeneralObjects Performing Maths Functions Pin
Wayne Phipps16-Jan-05 4:42
Wayne Phipps16-Jan-05 4:42 
GeneralRe: Objects Performing Maths Functions Pin
Heath Stewart16-Jan-05 6:26
protectorHeath Stewart16-Jan-05 6:26 
GeneralWindows logon Pin
WillemM16-Jan-05 3:03
WillemM16-Jan-05 3:03 
GeneralRe: Windows logon Pin
Heath Stewart16-Jan-05 6:20
protectorHeath Stewart16-Jan-05 6:20 
GeneralRe: Windows logon Pin
WillemM16-Jan-05 6:41
WillemM16-Jan-05 6:41 
GeneralRe: Windows logon Pin
Heath Stewart16-Jan-05 9:00
protectorHeath Stewart16-Jan-05 9:00 
GeneralRe: Windows logon Pin
WillemM16-Jan-05 20:21
WillemM16-Jan-05 20:21 
GeneralMove control at runtime Pin
M4tt16-Jan-05 2:56
M4tt16-Jan-05 2:56 
GeneralRe: Move control at runtime Pin
Mazdak16-Jan-05 6:10
Mazdak16-Jan-05 6:10 
Questionhow to create a (splitter?)bar as in outlook 2003... Pin
just_starting16-Jan-05 2:45
just_starting16-Jan-05 2:45 
AnswerRe: how to create a (splitter?)bar as in outlook 2003... Pin
Heath Stewart16-Jan-05 9:09
protectorHeath Stewart16-Jan-05 9:09 

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.