本地PNG操作库PNGjs Image.zip
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
下载地址
用户评论