1. 首页
  2. 移动开发
  3. 其他
  4. 本地PNG操作库PNGjs Image.zip

本地PNG操作库PNGjs Image.zip

上传者: 2020-07-19 15:01:01上传 ZIP文件 3.57MB 热度 16次
PNGjs-Image 是本地 PNG 操作库。示例代码:var image = PNGImage.createImage(100, 300); // Get width and height console.log(image.getWidth()); console.log(image.getHeight()); // Set a pixel at (20, 30) with red, having an alpha value of 100 (half-transparent) image.setAt(20, 30, { red:255, green:0, blue:0, al
下载地址
用户评论