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: 3 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T06:41:36.000Z (about 8 years ago)
- Last Synced: 2025-02-20T14:11:17.540Z (3 months 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

*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)