Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

iggeffect jQuery plugin for image effect. currently support 10 effects

  • Grayscale
  • Invert
  • Noise
  • Brightness
  • Treshold
  • Sepia
  • Darken
  • Sharpen
  • Emboss
  • Blur

Demo

here you go

usage

	<img src="anything.jpg|png|gif|bmp" id="the_id" alt="">
	$(function(){
		$('#the_id').iggefect('original'); // could be original | grayscale | invert | noise | brightness | treshold | sepia | darken | sharpen | emboss | blur
	});

want to add watermark?

	$(window).on('load', function(){
		$('#the_id').iggefect('PUT_DESIRED_EFFECT_HERE').addWaterMark('your watermark text', {
			position: 'top-left', // could be top-left | top-right | bottom-left | bottom-right
			color: 'black'
		});
	});

credit

htmlrocks - for convolute implementation

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages