Image processing effects used in image editors like Adobe Photoshop or GIMP are used to composite different layers and adjust the overall appearance of an image. These effects build upon research in areas such as signal processing, statistics, and mathematical analysis, and applies them to visual effects and postprocessing.
This is an example of photoshop layer effects, describe in detail in this blog post.
You'll find these GLSL snippets in src/script.ts
, line 4.
# ๐ถ Get Dependencies
npm i
# ๐จ Compile typescript files
npm run build
# ๐ป Run a server at http://localhost:8080
npm start
This project is unlicensed, feel free to use it however you would like.