tokee / juxta

Generates large collages of images using OpenSeadragon
Apache License 2.0
48 stars 6 forks source link

Use this tool to create PhotoMosaics? #77

Closed Snazzyham closed 3 years ago

Snazzyham commented 3 years ago

Sorry if this doesn't belong here, but I'm trying to implement a feature similar to https://mosaically.com using deepzoom where each individual photo in the mosiac can be hovered over to reveal its title name, similar to what the juxta/demo_gallery,sh script does.

Does anyone have any advice on how I would go about achieving something like this?

Thanks

tokee commented 3 years ago

Sorry, I don't understand the context of your question. Since both Mosaically and Juxta (using the gallery-script) seems to do what you want, where do you need the functionality? Are you building a different OpenSeadragon-based thing?

Snazzyham commented 3 years ago

@tokee I could get the gallery script to show the whole gallery with like individual images, but I was looking for something more like mosiacally.com, where you can set a target image which will be the larger image, and the smaller individual images will be color blended to match. I didn't want to use mosiacally cause I wanted control over the openseadragon instance. It's all good though, I solved by using AndreaMosaic and converting the exported image to a .dzi with vips.

Thank you for this tool though, reading through the code helped me figure out how to build what I needed to, really appreciate it!