Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)