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

List of images used for mosaic #10

Open
oldenboom opened this issue Feb 7, 2017 · 1 comment
Open

List of images used for mosaic #10

oldenboom opened this issue Feb 7, 2017 · 1 comment

Comments

@oldenboom
Copy link

Any chance if it is somehow possible to retrieve a list of the actual images used to build the mosaic? I'd like to be able to somehow move my mouse over the mosaic image and be able to click each and every image in the mosaic and then visit for instance a page with some background info on that very image.

I already looked around in the sourcecode for a sec but didn't find a solution right away.

@ideamonk
Copy link
Owner

ideamonk commented Feb 8, 2017

PyMos offers to spit out image files.

There is quite a good chance that it's possible to retrieve a list of actual images used to build the mosaic. One could hook a logger, based on an argument, it could also provide you a JSON describing the MxP images and their URLs.

You could then use this JSON to drive a UI - maybe you could do it in WebGL for performance. You could change camera angle with mouse movements. Do zoom in/out based on movements when mouse is down. Keep highlighting a target image with a border perhaps. On click - it will fetch the URL, render an enlarged version of the mosaic element image.

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

2 participants