-
Notifications
You must be signed in to change notification settings - Fork 210
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
ability to pass loadImage starting image path through URL parameters #274
Comments
@jywarren I would love to hear your thoughts ons this, like this a particular sequence on a particular image can also be shared through the url |
GitMate.io thinks the contributor most likely able to help you is @jywarren. Possibly related issues are #234 (Ability to identify image type without URL filetype), and #5 (image cropping module). |
Yes this is a perfect use of the string format!!!! |
@jywarren let's add this to core work milestone!! |
Great. I think this could be done as part of importimage, if we figure out how to use that module as the starting module, maybe? Importimage accepts a url parameters. |
@jywarren Yeah that sounds reasonable!! |
In https://publiclab.github.io/image-sequencer/examples/#steps=ndvi(filter:blue),colormap(colormap:fastie) does work, for example! |
Perhaps we should also offer a few more example images in a dropdown -- this could be a follow-up issue to this one! |
@jywarren the bug lies in importImage I'll fix that no prblem |
Maybe we can do something like #steps=loadImage(url:"pathToImage"),invert().....
The text was updated successfully, but these errors were encountered: