We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement mathematical function to an image. Like a Shader, but way more easier format.
Like :
By running this script, we can easily make an image's pixels red or black based based on reddish portion.
The text was updated successfully, but these errors were encountered: