node-libpng icon indicating copy to clipboard operation
node-libpng copied to clipboard

Unofficial bindings for node to libpng.

Results 7 node-libpng issues
Sort by recently updated
recently updated
newest added

Downloading node-libpng prebuilt binary form "https://github.com/Prior99/node-libpng/releases/download/0.2.20/node-libpng-darwin-arm64-93.node" Noe supported node-libpng

request has been deprecated, see [Request’s Past, Present and Future](https://github.com/request/request/issues/3142) [Alternative libraries to request](https://github.com/request/request/issues/3143)

Hi, When we are using this lib we found the readPngFileSync has a memory leak issue, try below code: ```javascript import libpng from "node-libpng"; const logMemoryUsed = () => {...

Reading some files based on docker alpine will cause unexpected exit. The attached icon is a test png. **test.js** ```javascript const libpng = require('node-libpng'); let result = libpng.readPngFileSync('./icon.png'); console.log(result); ```...

Crashes when loading this PNG using `readPngFile`, probably need to update libpng to latest version. Platform: Windows 10 ``` Exception code=0xc0000005 flags=0x0 at 0x00007FFB873E5420. Access violation - attempting to read...

Hi , I've been trying to install node-libpng on Ubuntu 16.04, But No supported arm64 linux. I'm running node v10.14.0 and npm is v6.4.1. Here is the output when I...