-
Notifications
You must be signed in to change notification settings - Fork 0
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
use -b to output a json string with base64 encoded binary blobs #2
Comments
Yes I can parse but often have to remove special characters before doing so. On Fri, Jan 29, 2016 at 4:19 PM, Jérémy Lal [email protected]
|
I'm not reporting bugs, here. More like ideas for enhancements.
Do you mean it's not UTF-8 output ? |
All good. I have not spent much time on this lately so am not up on the On Fri, Jan 29, 2016 at 4:44 PM, Jérémy Lal [email protected]
|
That's cool. I'm using exiftool for https://github.com/kapouer/url-inspector and am investigating wether i can keep exiftool as a daemon and feed it with 50kb of file head then 100kb...and so on until it finds proper tags, to avoid downloading too much data. The |
In https://github.com/kapouer/node-streat It's probably a bit leaky though. |
so you can parse binary output even with JSON.parse ! (i noticed you already use json output)
The text was updated successfully, but these errors were encountered: