Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add buffer support #50

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

valpackett
Copy link

Fixes #21.

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

seems like writing to a buffer does not save though, for now only
reading works
Use methods on the PreviewImage instead of getting stuff from the
iterator thing
README.md Outdated
@@ -53,6 +56,13 @@ the tests:
console.log("DateTimeOriginal: " + tags["Exif.Photo.DateTimeOriginal"]);
});

var fs = require('exiv2');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be var fs = require("fs");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read from buffer
2 participants