Click here to Skip to main content
15,894,343 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Talk about demoralizing Pin
lmoelleb17-Jun-21 20:19
lmoelleb17-Jun-21 20:19 
GeneralRe: Talk about demoralizing Pin
honey the codewitch17-Jun-21 20:25
mvahoney the codewitch17-Jun-21 20:25 
QuestionRe: Talk about demoralizing Pin
honey the codewitch17-Jun-21 20:27
mvahoney the codewitch17-Jun-21 20:27 
AnswerRe: Talk about demoralizing Pin
lmoelleb21-Jun-21 3:49
lmoelleb21-Jun-21 3:49 
GeneralRe: Talk about demoralizing Pin
honey the codewitch21-Jun-21 6:30
mvahoney the codewitch21-Jun-21 6:30 
GeneralRe: Talk about demoralizing Pin
lmoelleb22-Jun-21 1:45
lmoelleb22-Jun-21 1:45 
GeneralRe: Talk about demoralizing Pin
honey the codewitch22-Jun-21 1:59
mvahoney the codewitch22-Jun-21 1:59 
GeneralRe: Talk about demoralizing Pin
Daniel Pfeffer17-Jun-21 22:50
professionalDaniel Pfeffer17-Jun-21 22:50 
Confused | :confused:
A N^2-level grey scale dithering for a 2-colour screen (B&W) may be performed with an NxN integer matrix. If N is a power of 2, the most expensive operation would be masking the X, Y ordinates to the range 0 .. N-1, and reading the dither threshold value.

Unless you are dealing with giant pictures, how would the dithering take that long?

(You could even speed the rendering by dithering a partial block of the picture in memory, and then bitblt-ing the block to the screen. The size of the block would depend on the memory available.)

As for colour dithering, assuming that you have an 8-colour screen (on/off for each of R,G,B), perhaps you could use a B&W dithering algorithm on each level - R, G, B, and then combine them. I do not know about the quality of the colours, though...
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.

GeneralRe: Talk about demoralizing Pin
honey the codewitch18-Jun-21 2:09
mvahoney the codewitch18-Jun-21 2:09 
GeneralThought of the Day Pin
OriginalGriff17-Jun-21 4:34
mveOriginalGriff17-Jun-21 4:34 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer17-Jun-21 4:58
professionalDaniel Pfeffer17-Jun-21 4:58 
GeneralRe: Thought of the Day Pin
W Balboos, GHB17-Jun-21 5:15
W Balboos, GHB17-Jun-21 5:15 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer17-Jun-21 5:33
professionalDaniel Pfeffer17-Jun-21 5:33 
GeneralRe: Thought of the Day Pin
W Balboos, GHB17-Jun-21 5:13
W Balboos, GHB17-Jun-21 5:13 
GeneralRe: Thought of the Day Pin
PIEBALDconsult17-Jun-21 5:30
mvePIEBALDconsult17-Jun-21 5:30 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer17-Jun-21 5:40
professionalDaniel Pfeffer17-Jun-21 5:40 
JokeThings that make you go hmm... Pin
Mike Hankey17-Jun-21 4:30
mveMike Hankey17-Jun-21 4:30 
GeneralRe: Things that make you go hmm... Pin
Daniel Pfeffer17-Jun-21 5:05
professionalDaniel Pfeffer17-Jun-21 5:05 
GeneralRe: Things that make you go hmm... Pin
PIEBALDconsult17-Jun-21 5:36
mvePIEBALDconsult17-Jun-21 5:36 
GeneralRe: Things that make you go hmm... Pin
Mike Hankey17-Jun-21 5:40
mveMike Hankey17-Jun-21 5:40 
GeneralRe: Things that make you go hmm... Pin
MarkTJohnson17-Jun-21 5:55
professionalMarkTJohnson17-Jun-21 5:55 
GeneralRe: Things that make you go hmm... Pin
charlieg18-Jun-21 2:04
charlieg18-Jun-21 2:04 
GeneralRe: Things that make you go hmm... Pin
musefan18-Jun-21 5:00
musefan18-Jun-21 5:00 
GeneralPersistent Bugs Pin
W Balboos, GHB17-Jun-21 0:40
W Balboos, GHB17-Jun-21 0:40 
GeneralRe: Persistent Bugs Pin
11917640 Member 17-Jun-21 1:23
11917640 Member 17-Jun-21 1:23 

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.