Desaturate Images with Javascript/jQuery/CSS IN CHROME -
i can't seem find way render grayscale images colored images in chrome css or javascript. have feeling canvas solution won't work in chrome , looking another.
any appreciated, i've tried pixastic , bunch of other jquery solutions, no avail.
i wanted similar thing week or 2 ago , found example:
http://webdesignerwall.com/tutorials/html5-grayscale-image-hover
it works rendering image canvas, grayscaling , getting base64 representation. it's not ie, since specified chrome, should go.
just sake of completeness, grayscaling image in ie can done the
filter: gray;
css option
Comments
Post a Comment