Pete´s Messageboard... No ISO/BIOS requests!

Homepage Members Register Login Search Old board


Neuer Thread ...
More : [1] [2] [3]


AuthorTopics » Book an abo for this threadClose Thread Move Thread Fix the thread Print view Delete this thread

<wilco>
unregistried

...   Created on 19.02.2005 - 11:45Jump to top Quote this post Report this post Edit Delete


This is allready an (ARB) implementation.

More like:

In grayscale it is about all color components have the same value.

One of the possible transformations to grayscale is for example:
float tmp = (color.r + color.g + color.b)/3.0;
color.rgb = vec3(tmp, tmp, tmp);
...
or:

blur is (convolution explanation):

1 1 1
1 5 1
1 1 1

sharpen:

-1 -1 -1
-1 10 -1
-1 -1 -1

It is more easy to write a shader in a custom HLSL after such a general problem description.

Otherwise the writer has to find it out for himself and if has bought himself two nice PSX games he didn't play yet it can take come time...




More : [1] [2] [3]

Similarly threads:
Topics Created by Replies Boardname
Plugin that changes specific colors only? dex 25 pete_bernert
Der 'Rob Effect' stupidlamb 67 bellacullen
Butterfly Effect ernie 0 meistertony
Butterfly Effect CrucifySorrow 1 shizoo
Butterfly Effect Ellesime 1 countcain
Neuer Thread ...





Masthead

This forum is a free service of razyboard.com powered by:
Geizkragen Price Comparison. Top product in the price comparison: Krups Nespresso Essenza (XN2001)
Do you want a free forum in less than two minutes? Then click here!



blank