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

C#

 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 11:04
Chris Trelawny-Ross22-Sep-10 11:04 
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 11:42
harold aptroot22-Sep-10 11:42 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 12:02
Chris Trelawny-Ross22-Sep-10 12:02 
GeneralRe: 3 way byte merge Pin
harold aptroot22-Sep-10 12:25
harold aptroot22-Sep-10 12:25 
GeneralRe: 3 way byte merge Pin
Chris Trelawny-Ross22-Sep-10 12:33
Chris Trelawny-Ross22-Sep-10 12:33 
AnswerRe: 3 way byte merge Pin
philpalk23-Sep-10 3:10
philpalk23-Sep-10 3:10 
AnswerRe: 3 way byte merge Pin
[NL]PUR23-Sep-10 3:19
[NL]PUR23-Sep-10 3:19 
AnswerRe: 3 way byte merge - no joy in C# ville Pin
jkohler23-Sep-10 4:21
jkohler23-Sep-10 4:21 
To all,

Thank you one and all for your responses.

Of all the suggestions the one with the largest impact on speed is the one going to the 32bpp format. This reduced the conversion time from ~50ms to ~42ms but the extra 1.9Mb required for each image is not (in my particular case) a good trade off. The other suggestions resulted in 1ms or maybe 2ms improvements with no single technique showing a clear improvement.

This project involves inspecting components in trays - there may be up to 4 images per component with (so far) a max of 52 components per tray. All these images need to be available to the operator at "a touch of the screen".

With this many images (each is 1600x1200) I really just need to dust off the ol' C/ASM skills and convert to a 16bpp format - gaining 2Mb per image in the process.

Again, thanks for the suggestions.
Subvert The Dominant Paradigm

AnswerRe: 3 way byte merge Pin
Michael Kingsford Gray23-Sep-10 4:36
Michael Kingsford Gray23-Sep-10 4:36 
AnswerRe: 3 way byte merge Pin
patbob23-Sep-10 6:13
patbob23-Sep-10 6:13 
GeneralRe: 3 way byte merge Pin
jkohler23-Sep-10 7:40
jkohler23-Sep-10 7:40 
AnswerRe: 3 way byte merge Pin
englebart23-Sep-10 7:32
professionalenglebart23-Sep-10 7:32 
AnswerRe: 3 way byte merge Pin
JesperMadsen12323-Sep-10 8:32
JesperMadsen12323-Sep-10 8:32 
AnswerRe: 3 way byte merge Pin
starmerak23-Sep-10 20:47
starmerak23-Sep-10 20:47 
AnswerRe: 3 way byte merge Pin
oggenok6423-Sep-10 21:11
oggenok6423-Sep-10 21:11 
AnswerRe: 3 way byte merge Pin
englebart24-Sep-10 8:11
professionalenglebart24-Sep-10 8:11 
AnswerRe: 3 way byte merge Pin
Tim Yen26-Sep-10 14:35
Tim Yen26-Sep-10 14:35 
QuestionInstalling low level mouse hook in background thread Pin
PrefinMafin22-Sep-10 3:10
PrefinMafin22-Sep-10 3:10 
AnswerRe: Installing low level mouse hook in background thread Pin
Luc Pattyn22-Sep-10 3:22
sitebuilderLuc Pattyn22-Sep-10 3:22 
GeneralRe: Installing low level mouse hook in background thread Pin
PrefinMafin22-Sep-10 3:47
PrefinMafin22-Sep-10 3:47 
QuestionHow to enable in old application icon for windows 7 taskbar Pin
Chesnokov Yuriy22-Sep-10 2:37
professionalChesnokov Yuriy22-Sep-10 2:37 
AnswerRe: How to enable in old application icon for windows 7 taskbar Pin
Eddy Vluggen22-Sep-10 8:47
professionalEddy Vluggen22-Sep-10 8:47 
GeneralRe: How to enable in old application icon for windows 7 taskbar Pin
Chesnokov Yuriy22-Sep-10 9:43
professionalChesnokov Yuriy22-Sep-10 9:43 
GeneralRe: How to enable in old application icon for windows 7 taskbar Pin
Eddy Vluggen22-Sep-10 10:03
professionalEddy Vluggen22-Sep-10 10:03 
GeneralRe: How to enable in old application icon for windows 7 taskbar Pin
Chesnokov Yuriy22-Sep-10 19:11
professionalChesnokov Yuriy22-Sep-10 19:11 

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.