JavaScript Image Effects
14
Jul
JavaScript Image Effects is a library that you can instantly create effects like rotate, blur, emboss & more.
Using such a library is very functional in situations where you may need to add an effect to lots of images, need to provide an interface to the users for creating effects & so.
How to use?
After inserting the imagefx.js file into your webpage, you have 2 options:
<script type="text/javascript" >
jsImageFX.doImage(document.getElementById("myimage"), "blur");
</script>
or
<img src="image.jpg" imagefx="blur" />
where both are very easy to apply.
Every image effect is not available in every browser and a comprehensive browser compatibility chart can be found in the website
Requirements: No Requirements
Compatibility: Browser compatibility chart is provided at the website.
Website: http://www.nihilogic.dk/labs/imagefx/
Compatibility: Browser compatibility chart is provided at the website.
Website: http://www.nihilogic.dk/labs/imagefx/
- Tags:
Canvas Javascript
- Filed under: Effects, Goodies, Other License





















2 Responses for "JavaScript Image Effects"
[...] Nihilogic | Javascript Image Effects Link: Web Resources Depot | JavaScript Image Effects Posts [...]
[...] entero gracias a webresourcesdepot Etiquetas: efectos con javascript, jsImageFX Esta entrada fue posteada el dia Wednesday, July [...]