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

Get raw EXIF string from parsed data #25

Open
janosrusiczki opened this issue Jan 4, 2021 · 0 comments
Open

Get raw EXIF string from parsed data #25

janosrusiczki opened this issue Jan 4, 2021 · 0 comments

Comments

@janosrusiczki
Copy link

janosrusiczki commented Jan 4, 2021

I have the following scenario:

  • Upload an image file to my server
  • Extract metadata (including EXIF)
  • Extract some fields from the EXIF and save them to database columns
  • Push the file to Amazon S3 for storage and serving and delete it from my server

The problem is that if I want to extract more fields from the EXIF at a later date I have to download my file back from S3 and pass it to this gem, which can be costly as I have many images.

What I would like to do is to get the raw EXIF string when first extracting the metadata and save it to my database and then use this gem to extract new fields by passing the string to it.

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

1 participant