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

Support for reading and writing EXIF to file stream #18

Open
tomchomiak opened this issue Apr 9, 2017 · 7 comments
Open

Support for reading and writing EXIF to file stream #18

tomchomiak opened this issue Apr 9, 2017 · 7 comments

Comments

@tomchomiak
Copy link

tomchomiak commented Apr 9, 2017

Hey @Sobesednik

Thank you for the great repo! Would be awesome if you could also read and write EXIF to a file stream. Any plans for something like this?

var remoteURL = 'https://nodejs.org/static/images/logos/nodejs-new-pantone-black.png'
var upstreamServer = 'http://someupstreamserver/uploads'

request
  .get(remoteURL)
  .pipe(
      // TODO read EXIF
      // TODO write missing EXIF
      request
        .post(upstreamServer, function(err, httpResponse, body){
          res.send(201)
      })
  )
@z-vr
Copy link
Contributor

z-vr commented May 6, 2017

@tomchomiak hi thanks for the request, it is something we have looked at before, but didn't get time to address it. Will let you know when it's possible.

@z-vr
Copy link
Contributor

z-vr commented May 14, 2017

@tomchomiak you might wanna try https://github.com/kapouer/node-streat

@tomchomiak
Copy link
Author

@Sobesednik Thank you so much!

@z-vr
Copy link
Contributor

z-vr commented May 31, 2017

@tomchomiak you can read from a file now
https://github.com/Sobesednik/node-exiftool#reading-metadata-from-a-stream
I will add stream writing in future because I think it's an awesome idea 👍

@legomind
Copy link

legomind commented Oct 3, 2017

Any update on this?
I can submit a PR

@mattkeener77
Copy link

@Sobesednik Thanks for your great work here!
It would definitely be useful to have the stream writing capability. Any word on when that feature may happen? Thanks!

@antmarot
Copy link

I have an app whose only purpose is to download JPEGs to then upload them elsewhere with additional EXIF tags.
Writing EXIF as a transform stream would really be nice!

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

No branches or pull requests

5 participants