EasyPaint icon indicating copy to clipboard operation
EasyPaint copied to clipboard

Implement math function, shader like

Open maifeeulasad opened this issue 5 years ago • 0 comments

Implement mathematical function to an image. Like a Shader, but way more easier format.

Like :

px.r = (px.r > 127) * 255
px.g = 0
px.b = 0

By running this script, we can easily make an image's pixels red or black based based on reddish portion.

maifeeulasad avatar Nov 28 '20 12:11 maifeeulasad