Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabsrc/jquery-anaglyph-image-effect
:camera: jQuery plugin to transform images into anaglyph-looking images.
https://github.com/fabsrc/jquery-anaglyph-image-effect
anaglyph anaglyph-image image jquery jquery-plugin
Last synced: 4 days ago
JSON representation
:camera: jQuery plugin to transform images into anaglyph-looking images.
- Host: GitHub
- URL: https://github.com/fabsrc/jquery-anaglyph-image-effect
- Owner: fabsrc
- License: mit
- Created: 2015-03-28T11:56:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T06:41:36.000Z (over 7 years ago)
- Last Synced: 2024-12-11T15:11:15.863Z (about 1 month ago)
- Topics: anaglyph, anaglyph-image, image, jquery, jquery-plugin
- Language: HTML
- Homepage:
- Size: 499 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jQuery Anaglyph Image Effect Plugin
Transforms your images into anaglyph-looking images.
### Example
![Anaglyph Image Example](img/exmplmg-nglph.jpg)
*Original Image by [Unsplash](https://unsplash.com)*### Usage
```js
$('img').anaglyphImage();
```### Options
* **Intensity:** the extent of the anglyph shift
* **Quality:** quality of the base64 encoded image data```js
$('img').anaglyphImage({
intensity: 10,
quality: 0.9
});
```
### License[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)