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

Handle EXIF metadata #156

Merged
merged 3 commits into from
Mar 14, 2019
Merged

Handle EXIF metadata #156

merged 3 commits into from
Mar 14, 2019

Conversation

rexagod
Copy link
Member

@rexagod rexagod commented Feb 25, 2019

Fixes #142.

@rexagod
Copy link
Member Author

rexagod commented Feb 25, 2019

#126

}
}),

EnableEXIF = EditOverlayAction.extend({
Copy link
Member

Choose a reason for hiding this comment

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

Ooh wow!!!

Do you think we should start moving these into separate files, though, to keep the length of this file a bit lower?

This is great work!!!

Copy link
Member Author

@rexagod rexagod Mar 1, 2019

Choose a reason for hiding this comment

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

@jywarren I will mark this draft PR for review after some refactoring changes (including separating files) as I mentioned in the initial commit above. I had this (and some other changes) in mind but since I was working on multiple PRs back then so I just drafted this one here and tended to the others meanwhile. Sorry for any inconvenience/confusion caused! I'll push the changes and mark this for review very soon!

@jywarren
Copy link
Member

jywarren commented Mar 1, 2019 via email

@rexagod rexagod marked this pull request as ready for review March 1, 2019 20:32
@rexagod
Copy link
Member Author

rexagod commented Mar 2, 2019

@jywarren Please review.

Copy link
Member

@jywarren jywarren left a comment

Choose a reason for hiding this comment

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

This is looking great. I think ready to merge if you agree? Had a couple comments and questions I'd like your opinion on, but overall, great!

src/edit/getEXIFdata.js Show resolved Hide resolved
@@ -17,6 +17,9 @@
<script src="../node_modules/webgl-distort/dist/webgl-distort.js"></script>
<script src="../node_modules/glfx/glfx.js"></script>

<!-- for EXIF geocode -->
<script type="text/javascript" src="../node_modules/exif-js/exif.js"></script>
Copy link
Member

Choose a reason for hiding this comment

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

Do you prefer this to compiling it in? Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

@jywarren Should I add a browserify/requireJS support to this lib for the same?

@jywarren
Copy link
Member

jywarren commented Mar 5, 2019

Ah, though it'll need a rebase! Thank you @rexagod, this is super!

@jywarren jywarren merged commit 0a9f232 into publiclab:main Mar 14, 2019
@jywarren
Copy link
Member

🎉🎉🎉

@jywarren
Copy link
Member

jywarren commented Mar 15, 2019 via email

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.

2 participants