iggeffect jQuery plugin for image effect. currently support 10 effects
- Grayscale
- Invert
- Noise
- Brightness
- Treshold
- Sepia
- Darken
- Sharpen
- Emboss
- Blur
<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
});
$(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'
});
});
htmlrocks - for convolute implementation