-
Notifications
You must be signed in to change notification settings - Fork 24
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
read from buffer #21
Comments
Hi TJ - sounds interesting, and yes, definitely interested! |
Looks like someone did a fork to handle that usecase: https://www.npmjs.com/package/exiv2-buffers |
+1 would you be interested to merge fork's changes back into master? Would help when used as a gulp plugin. cc @bertrandom |
@rayshan yes interested of course - pull requests very welcome! |
Hi! I made the fork, I'll try to make a PR when I have a moment free. |
I've add issues trying to install the exiv2-buffers package, has anyone been able to install the node dependency? The original package works fine, this package, much like the gem, breaks on accessing the exiv2/image.hpp CXX(target) Release/obj.target/exiv2/exiv2node.o Anyone have success with this? |
@bertrandom (or anybody else) would you be willing to get your code updated to be compatible with the current state of exiv2node? I could really use the updated functionality but I don't know enough about how this works or C to be able to do it myself |
seems like writing to a buffer does not save though, for now only reading works
@atwright147 I've implemented buffer support, but only reading tags/previews works for now, not writing/deleting (looks like the buffer gets copied somewhere in the V8 API and the updated buffer doesn't get into JS land) |
@myfreeweb Awesome! I'll try this out when I get chance :) |
@myfreeweb Would you please see if your fork fixes this issue?: #49 |
@atwright147 yep my fork gets two correct tiff images |
@myfreeweb could you enable issues for that repo please? I have one to report :) |
@atwright147 sure |
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
The text was updated successfully, but these errors were encountered: