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

Add an "import image" module #233

Closed
jywarren opened this issue May 1, 2018 · 2 comments
Closed

Add an "import image" module #233

jywarren opened this issue May 1, 2018 · 2 comments

Comments

@jywarren
Copy link
Member

jywarren commented May 1, 2018

A module that fetches a remote image via URL (or data URL) and overlays it on the canvas (at a given x, y, w, h ?)

Based on the initial load image code:

https://github.com/publiclab/image-sequencer/blob/master/src/ui/LoadImage.js

Plus the UI code from the demo for selecting an image: https://github.com/publiclab/image-sequencer/blob/master/examples/lib/imageSelection.js

This should allow selecting a 2nd image, and overlaying it over the first.

Later, we could offer "blend modes" between the previous image and the new one we're overlaying, pending access to earlier steps' image outputs.

@jywarren
Copy link
Member Author

jywarren commented May 9, 2018

started with generic image selector in #253

@jywarren
Copy link
Member Author

Solved in #263 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant