2D graphic: digital image color transformations
My program
- negative(r,g,b)=(255-r,255-g,255-b);
- gray(r,g,b)=(d,d,d); where d=(r+g+b) div 3;
- fade(r,g,b,n)=(r*n mod 255,g*r mod 255,b*r mod 255)
Main Page
Feel free to e-mail me!
Author: Adam Majewski adammaj1 (at) o2.pl
About
http://republika.pl/fraktal/