Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: StringBuilder Speed Question Pin
Mike Dimmick21-May-08 6:28
Mike Dimmick21-May-08 6:28 
Questionread sql messages Pin
Peterpod21-May-08 3:09
Peterpod21-May-08 3:09 
AnswerRe: read sql messages Pin
Peter Josefsson Sweden21-May-08 4:34
Peter Josefsson Sweden21-May-08 4:34 
QuestionHow to Cancel KeyDown event ? Pin
hdv21221-May-08 2:38
hdv21221-May-08 2:38 
AnswerRe: How to Cancel KeyDown event ? Pin
Giorgi Dalakishvili21-May-08 3:26
mentorGiorgi Dalakishvili21-May-08 3:26 
GeneralRe: How to Cancel KeyDown event ? Pin
hdv21221-May-08 3:37
hdv21221-May-08 3:37 
QuestionHow to get custom property name of docx file using IFilter? Pin
Prazwol21-May-08 1:43
Prazwol21-May-08 1:43 
QuestionEfficient image processing Pin
Jon Hulatt21-May-08 1:18
Jon Hulatt21-May-08 1:18 
I have to chop up some seriously large TIFF files into small tiles in png format.

The source files are approxx 8000x8000 pixels, and the output tiles will be about 100x100 pixels.

I've written code to do this with GDI+ :- open the source image, and loop through creating target images, and getting Graphics.FromImage etc to draw them.

but it's very very very slow. I've tried multithreading to use my multiple cores, but the threads don't seem to schedule simultaneously - seems that something in GDI+ is stopping that working.

Anyone know of any suitable image processing componenets that can do this task more effiecently?

Thanks

Jon

using System.Beer;

AnswerRe: Efficient image processing Pin
Pete O'Hanlon21-May-08 2:26
mvePete O'Hanlon21-May-08 2:26 
QuestionHow to use custom control dll in other application Pin
Krish Agn21-May-08 1:06
Krish Agn21-May-08 1:06 
AnswerRe: How to use custom control dll in other application Pin
Christian Graus21-May-08 1:13
protectorChristian Graus21-May-08 1:13 
GeneralRe: How to use custom control dll in other application Pin
Krish Agn21-May-08 1:55
Krish Agn21-May-08 1:55 
GeneralRe: How to use custom control dll in other application Pin
Reelix21-May-08 3:16
Reelix21-May-08 3:16 
QuestionNetwork programming Pin
AlexPizzano21-May-08 0:36
AlexPizzano21-May-08 0:36 
AnswerRe: Network programming Pin
Laddie21-May-08 0:57
Laddie21-May-08 0:57 
GeneralRe: Network programming Pin
AlexPizzano21-May-08 1:49
AlexPizzano21-May-08 1:49 
GeneralRe: Network programming Pin
Laddie21-May-08 2:29
Laddie21-May-08 2:29 
AnswerRe: Network programming Pin
Le centriste21-May-08 1:52
Le centriste21-May-08 1:52 
GeneralRe: Network programming Pin
Laddie21-May-08 2:31
Laddie21-May-08 2:31 
GeneralRe: Network programming Pin
Le centriste21-May-08 2:44
Le centriste21-May-08 2:44 
AnswerRe: Network programming Pin
jithen_dt21-May-08 1:57
jithen_dt21-May-08 1:57 
AnswerRe: Network programming Pin
Peter Josefsson Sweden21-May-08 4:56
Peter Josefsson Sweden21-May-08 4:56 
GeneralRe: Network programming Pin
Laddie21-May-08 5:07
Laddie21-May-08 5:07 
Question[Message Deleted] Pin
csetopper_bhanu21-May-08 0:23
csetopper_bhanu21-May-08 0:23 
AnswerRe: database connectivity Pin
Christian Graus21-May-08 0:31
protectorChristian Graus21-May-08 0:31 

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.