Toke Eskildsen
Toke Eskildsen
Observations of `juxta` suggests that as much as 1/3 of all processing power used is by the kernel. This is probably due to the large amount of calls to `convert`...
When building zoom levels, `juxta` is paranoid and verifies that the underlying tiles exists. It is an error if they don't so an option `OPTIMISTIC_IMAGE_PROCESSING` could switch between checking &...
Optional downloadable zip-archive with all the images in a given folder in the `demo_gallery.sh` tool.
When displaying multiple collections in the same collage, as `demo_multi.sh` does, collection level meta-data could be shown at a given zoom-point, analogous to the image-level meta-data at a closer zoom-point....
Issue #46 demonstrates that `juxta.sh` is not a high-quality script. Running the tool [ShellCheck](https://www.shellcheck.net/) ought to locate the most obvious blunders.
Depending on scenario, it might make sense to have the generated HTML-page separate from the generated data (tiles and JavaScript-includes).
The current `demo_twitter.sh` displays Twitter images with links to the originating tweet. To avoid leaving the collage view, a div (or whatever else the Twitter embedding API uses) with the...
To create a collage without any borders between images, an option for auto-crop should be added that guaranteed that all images will always take up exactly the ideal size. This...
The specified color space in JPEG tiles is ignored by OpenSeadragon and the default color space `sRGB` is used. Instead of retaining the source color space as meta-information in the...