搜索资源列表
GoogleDoodle
- GoogleDoodle仿Google首页粘土动画,运行后点击彩色小球可看到效果,纯手工编写代码,可以自动根据动画容器的尺寸来将图片分割成不同帧,理论上支持图片中的帧可多行排列(比如:要播放的动画有30帧,google现在的做法是全部放在1行,理论上这里可以放成3行,每行10帧)。用到的主类animation.js文件相说明:element:string,动画容器的id url:string,用于播放动画的图片地址 speed:int,每秒帧数 hover:func
PictureToPoint
- 用于图像分割和图像还原等,可以得到一幅图片的彩色信息和灰度信息,基于RGB空间。-For image segmentation and image reduction, etc., you can get a picture of the color information and gray information, based on the RGB space.
