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

Collapse the final level of an ImageDict to a list of images for side-by-side comparison #151

Open
melissaebrooks opened this issue Sep 13, 2023 · 0 comments

Comments

@melissaebrooks
Copy link
Contributor

Simple ImageDict objects are easy to make, but making ones that use multiple images as the payload, for side-by-side comparisons, can be more tricky.

One simple way to do this is to create an ImageDict that references all available images, where the last level of the ImageDict selects between all of the images that you would like to be side-by-side. And this dictionary can have that level 'collapsed' and turned into a list of images (with the order set according to the sort order of the ImageDict).

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