Skip to content

A jQuery plugin that uses canvas to create a 'screen print' offset effect on an image, by altering the pixel data.

Notifications You must be signed in to change notification settings

vonKristoff/offreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Plugin Site

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

usage example

```javascript $('.container').offreg(img,true,0.7); ```

Nb. Renders poorly in Chrome. But all good in other modern browsers.

About

A jQuery plugin that uses canvas to create a 'screen print' offset effect on an image, by altering the pixel data.

Resources

Stars

Watchers

Forks

Packages

No packages published