文件名称:网页前端canvas简单处理图片的白点(白边),旋转和反转图片
文件大小:846KB
文件格式:ZIP
更新时间:2022-08-04 05:45:11
canvas rotate image flip
# pimg Process image on web page via canvas. Support followinng functions as: - remove white points in an image ([r,g,b].every in [255,247]) - flip the image horizontally or vertically - rotate the image +/- 90d ## Guide - Please run `npm install` in the folder to install npm modules. - Visit the static html web page pimg.html to try the demo.