OFFREG
Make Like Print - A jQuery plugin that uses canvas to create a 'screen print' offset effect on an image, by altering the pixel data.
BASIC USAGE:
$('.container').offreg( source, transparent, rotation, offset );
config options:
Option | data type | values | Required | Nb. |
---|---|---|---|---|
source | string | 'img/image.jpg' | Yes | any img type |
transparent | boolean | true / false | Yes | preserves transparency, but creates a 'heavier' png |
rotation | float | 0.0 -> 1.0 | Yes | rotation offset strength |
offset | float | 0.0 -> 1.0 | No | x/y axis offset strength |
```javascript $('.container').offreg(img,true,0.7); ``` usage example
Nb. Renders poorly in Chrome. But all good in other modern browsers.