Skip to content

Research into Windows 7 colorization - need answers #195

Closed Answered by ALTaleX531
kfh83 asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I spent all morning today extracting and disassembling the Windows 7 blur shader bytecode.
I finally got the following recipe, and I'll pick a time to implement it.

flowchart LR;
    backdrop-->|gaussian_blur|blurred_backdrop;
    blurred_backdrop-->|greyscale|greyscaled_backdrop;
    greyscaled_backdrop-->|multiply|blurred_backdrop_multiplied_by_balanced_afterglow;
    blurred_backdrop-->|multiply|blurred_backdrop_multiplied_by_blur_balance;
    blurred_backdrop_multiplied_by_balanced_afterglow-->|add|composited_blurred_backdrop
    blurred_backdrop_multiplied_by_blur_balance-->|add|composited_blurred_backdrop
    balanced_color-->|add|output;
    composited_blurred_backdrop-->|…

Replies: 11 comments 29 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ALTaleX531
Comment options

@aubymori
Comment options

@ALTaleX531
Comment options

Comment options

You must be logged in to vote
1 reply
@aubymori
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ALTaleX531
Comment options

@kfh83
Comment options

@ALTaleX531
Comment options

Comment options

You must be logged in to vote
6 replies
@kfh83
Comment options

@TorutheRedFox
Comment options

@TheInsane101
Comment options

@kfh83
Comment options

@TheInsane101
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@TheInsane101
Comment options

@kfh83
Comment options

@TorutheRedFox
Comment options

@kfh83
Comment options

@TorutheRedFox
Comment options

Comment options

You must be logged in to vote
2 replies
@kfh83
Comment options

@TorutheRedFox
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@kfh83
Comment options

@ALTaleX531
Comment options

@TheInsane101
Comment options

@kfh83
Comment options

@ALTaleX531
Comment options

Answer selected by ALTaleX531
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants