gpt4 book ai didi

javascript - jQuery 使图像灰度化

转载 作者:行者123 更新时间:2023-12-01 02:34:08 25 4
gpt4 key购买 nike

詹姆斯在这里。我已经看过 50 多个教程,但我似乎找不到一个简单、紧凑的 jQuery 灰度教程。我尝试过的每个脚本都无法在我尝试启用此功能的网站上运行。如果有人能在我的旅程中帮助我编写一个脚本,使图像没有高度,但在页面加载时宽度为 500px 灰度,但在悬停时更改为颜色,那就太棒了。我相信这个脚本会使用 HTML5 Canvas。

我想在以下页面执行此操作:http://jamestestblog.tumblr.com/

最佳答案

有一个名为 Hoverizr 的库。你应该看看。

Hoverizr takes advantage of the <canvas> element's image proccessing capabilities. What this means is that Hoverizr gets info on each separate pixel of the image and proccesses it acoordingly.

Then, depending on whether you wanted the manipulated image to be above or below the original, on mouse over the top element fades out to reveal the element below.

代码如下:

$('#imageid').hoverizr({effect:"grayscale"});

关于javascript - jQuery 使图像灰度化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9508271/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com