Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snorpey/contrast-distort
distort images in the browser
https://github.com/snorpey/contrast-distort
Last synced: 2 months ago
JSON representation
distort images in the browser
- Host: GitHub
- URL: https://github.com/snorpey/contrast-distort
- Owner: snorpey
- License: mit
- Created: 2013-07-13T11:26:38.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2014-08-16T15:42:06.000Z (over 10 years ago)
- Last Synced: 2024-04-08T17:27:20.612Z (9 months ago)
- Language: JavaScript
- Homepage: http://snorpey.github.io/contrast-distort/
- Size: 384 KB
- Stars: 34
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
image distortion experiment
===this is an experiment for the web browser. it distorts images by dividing the image into a grid and then distorting it by calculating the contrast in every cell of the grid.
[![distortion experiment screen shot](https://dl.dropboxusercontent.com/u/1098704/Screenshots/github-contrast-distort.png)](http://snorpey.github.io/contrast-distort/)
[online demo](http://snorpey.github.io/contrast-distort/)
some parts of the warping code are taken from [@migurski](https://github.com/migurski)s [canvas warp demo](https://github.com/migurski/canvas-warp/blob/master/index.html) and [@canvastag](https://twitter.com/canvastag)s [implementation](http://jsdo.it/canvastag/y56M).
third party code used in this experiment
---
* [html5slider](http://frankyan.com/labs/html5slider/) by [fryn](https://github.com/fryn), MIT license
* [js signals](http://millermedeiros.github.io/js-signals/) by [millermedeiros](https://github.com/millermedeiros), MIT license
* [require js](http://requirejs.org/), by [jrburke](jrburke), BSD & MIT license
* [raf js](https://gist.github.com/paulirish/1579671), by [paulirish](https://github.com/paulirish), MIT licenselicense
---
[MIT License](LICENSE)