All Projects → snorpey → Distort Grid

snorpey / Distort Grid

Licence: mit
distort and warp images in the browser

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Distort Grid

Nuxt Image Loader Module
An image loader module for nuxt.js that allows you to configure image style derivatives.
Stars: ✭ 135 (+33.66%)
Mutual labels:  graphics, image-processing
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (+23.76%)
Mutual labels:  graphics, image-processing
Deepfriedmemes.com
🅱️ Deep fries your pics. Serve with laundry sauce.
Stars: ✭ 131 (+29.7%)
Mutual labels:  image-processing, webapp
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+1008.91%)
Mutual labels:  image-processing, webapp
Ascii art
Real-Time ASCII Art Rendering Library
Stars: ✭ 599 (+493.07%)
Mutual labels:  graphics, image-processing
Beam
✨ Expressive WebGL
Stars: ✭ 383 (+279.21%)
Mutual labels:  graphics, image-processing
Computational Graphics Thu 2018
Computational Graphics - THU Spring 2018
Stars: ✭ 104 (+2.97%)
Mutual labels:  graphics, image-processing
Imagesharp
📷 A modern, cross-platform, 2D Graphics library for .NET
Stars: ✭ 5,186 (+5034.65%)
Mutual labels:  graphics, image-processing
Chafa
📺🗿 Terminal graphics for the 21st century.
Stars: ✭ 774 (+666.34%)
Mutual labels:  graphics, image-processing
Retouch
🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
Stars: ✭ 63 (-37.62%)
Mutual labels:  graphics, image-processing
Sign Language Recognition
✌️ 👌 ✊ 📷 Sign Language Recognition using Python
Stars: ✭ 98 (-2.97%)
Mutual labels:  image-processing
Imghash
Perceptual image hashing for Node.js
Stars: ✭ 98 (-2.97%)
Mutual labels:  image-processing
Picharsso
🎨 A utility for converting images to text art.
Stars: ✭ 100 (-0.99%)
Mutual labels:  image-processing
Lesrcnn
Lightweight Image Super-Resolution with Enhanced CNN (Knowledge-Based Systems,2020)
Stars: ✭ 101 (+0%)
Mutual labels:  image-processing
Traffic Sign Detection
Traffic signs detection and classification in real time
Stars: ✭ 96 (-4.95%)
Mutual labels:  image-processing
Imgui Ext
Rust library for building imgui GUIs using a derive macro
Stars: ✭ 100 (-0.99%)
Mutual labels:  graphics
Photostructure For Servers
PhotoStructure for Servers
Stars: ✭ 98 (-2.97%)
Mutual labels:  image-processing
Pris
A language for designing slides
Stars: ✭ 97 (-3.96%)
Mutual labels:  graphics
Ransac 2d Shape Detection
line, circle and ellipse detection in 2d images.
Stars: ✭ 97 (-3.96%)
Mutual labels:  image-processing
Renderer
A shader-based software renderer written from scratch in C89
Stars: ✭ 1,366 (+1252.48%)
Mutual labels:  graphics

image distortion experiment

this is an experiment for the web browser. it lets you distort an image by moving intersections in a grid.

distortion experiment screen shot

online demo

some parts of the warping code are taken from @migurskis canvas warp demo.

build script

the build script takes care of concatenating and minifying all scripts and styles. it uses gruntjs.

please make sure that nodejs is installed on your machine.

run npm install from within the root folder of the project to install the dependencies of the build script.

to build the project, run npm build. the optimized files will get copied to the dist/${BUILD_DATE} folder.

third party code used in this experiment

license

MIT License

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].