Apr 02, 2014 in Image editor 4119 views
Jquery Alpha Image Plugin that can change selected colours to transparent on your image and give result as image or imagedata. This plugin works on IE9+, Chrome, Firefox, Safari.
$(document).ready(function (){ $('.example1').alphaimage({ colour: "#9CDAF0" }); });
$(document).ready(function (){ $('.example2').alphaimage({ colour: "32,31,31" }); });
Tagged with:
alpha image
jquery alpha image
change selected colours
change colours
transparent
colours to transparent
imagedata
display imagedata
image base64
Related Articles