2 lines
119 B
Text
2 lines
119 B
Text
toGrayscale[rgb_Image] := ImageApply[#.{0.2126, 0.7152, 0.0722}&, rgb]
|
|
toFakeRGB[L_Image] := ImageApply[{#, #, #}&, L]
|