Skip to content

Latest commit

History

History
37 lines (23 loc) 路 1.2 KB

readme.md

File metadata and controls

37 lines (23 loc) 路 1.2 KB

Cover

Image Editor Effects

License Codepen

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.

Shader Snippets

You'll find these GLSL snippets in src/script.ts, line 4.

Running

# 馃懚 Get Dependencies
npm i

# 馃敤 Compile typescript files
npm run build

# 馃捇 Run a server at http://localhost:8080
npm start

License

This project is unlicensed, feel free to use it however you would like.