exiv2node icon indicating copy to clipboard operation
exiv2node copied to clipboard

Exiv2 support for Node.js

Results 16 exiv2node issues
Sort by recently updated
recently updated
newest added

This PR continues on top of what @m0g had done in #46, updates `nan` to the latest version at the time of writing, removes the included 3rd party sources (since...

Hello, with node v11.13.0, impossible to compile exiv2 ``` gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23) gyp...

Fixes #21. Seems like writing to a buffer does not save though, for now only reading works.

Hi, Can anyone help me setting up an Electron project? I mean.. do I need to install separately? or it pulls the correct binaries and builds with Electron? (like [sharp](https://github.com/lovell/sharp)...

* Updated NAN * Bundled exiv2 in the source * Windows support * OSX support

I am trying to get this working but having no success. Am on linux mint 18 and I've installed the exiv dependencies like it suggested. Then I npm installed it...

Hey, When I try to extract the largest preview from the attached DNG file, I get a pure black (as far as I can tell malformed) tif file. The preview...

would you be interested in a patch for reading from a buffer? in our case we have the blob in memory already so less IO would be nice

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

311 verbose pkgid [email protected] 312 verbose cwd /home/ashish/code/ipaas 313 error Linux 3.16.0-38-generic 314 error argv "/home/ashish/.nvm/versions/node/v6.2.2/bin/node" "/home/ashish/.nvm/versions/node/v6.2.2/bin/npm" "install" "exiv2" 315 error node v6.2.2 316 error npm v3.9.5 317 error code...