All Projects → alaingalvan → image-editor-effects

alaingalvan / image-editor-effects

Licence: Unlicense License
💎 A WebGL example of image adjustment / effects shaders found in Photoshop, other image editors and game engines.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to image-editor-effects

Ezfilter
A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态贴纸框架,支持摄像头、视频、图片和视图添加滤镜和贴纸。)
Stars: ✭ 155 (+127.94%)
Mutual labels:  filter, shader
Ypimagepicker
📸 Instagram-like image picker & filters for iOS
Stars: ✭ 3,661 (+5283.82%)
Mutual labels:  instagram, filter
blend modes
Python package that implements image blend modes
Stars: ✭ 94 (+38.24%)
Mutual labels:  photoshop, gimp
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+6901.47%)
Mutual labels:  photoshop, filter
PhotoMP
The AppImage version of GIMP for those who come from Photoshop.
Stars: ✭ 68 (+0%)
Mutual labels:  photoshop, gimp
Processing Postfx
A shader based postFX library for processing.
Stars: ✭ 114 (+67.65%)
Mutual labels:  filter, shader
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+4155.88%)
Mutual labels:  photoshop, gimp
React Native Gpuimage
GPUImage Component in React Native
Stars: ✭ 45 (-33.82%)
Mutual labels:  filter, shader
sparkar-pixelate-shader
simple script-only pixelate shader with Facebook SparkAR.
Stars: ✭ 35 (-48.53%)
Mutual labels:  filter, shader
Pixel
📷 A composable image editor using Core Image and Metal.
Stars: ✭ 2,495 (+3569.12%)
Mutual labels:  instagram, shader
Gl React Instagramfilters
Instagram filters for gl-react and gl-react-native
Stars: ✭ 157 (+130.88%)
Mutual labels:  instagram, filter
instagram-photoshop-actions
Photoshop Actions to mimic Instagram filters
Stars: ✭ 13 (-80.88%)
Mutual labels:  instagram, photoshop
lut
color lookup tables (LUTs) for color grading
Stars: ✭ 84 (+23.53%)
Mutual labels:  photoshop, filter
spark-ar-creators
List of 9500 (and counting) Spark AR Creators. Open an issue or contact me if you want to be added.❤️
Stars: ✭ 122 (+79.41%)
Mutual labels:  instagram, filter
insta-dl
📷 Download Instagram images from a public user.
Stars: ✭ 88 (+29.41%)
Mutual labels:  instagram
instagram-api-clone
Instagram RESTful API clone made with Django REST framework
Stars: ✭ 56 (-17.65%)
Mutual labels:  instagram
instabot
Instagram bot to increase the account number of followers using CasperJS.
Stars: ✭ 55 (-19.12%)
Mutual labels:  instagram
filter
Go语言的数据过滤包,由 数据输入、格式化、校验、输出 几个部份组成。
Stars: ✭ 22 (-67.65%)
Mutual labels:  filter
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+73.53%)
Mutual labels:  filter
material-ui-filter
Material UI Drawer for filtering local arrays
Stars: ✭ 43 (-36.76%)
Mutual labels:  filter

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].