Skip to content

Commit

Permalink
Added link to #womensmarch sample
Browse files Browse the repository at this point in the history
  • Loading branch information
tokee committed Dec 10, 2017
1 parent 1dca14c commit a0f719b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,8 +1,10 @@
# juxta
Generates a collage of a given set of images, for display on a webpage using the deep zoom tool OpenSeadragon.
Each source image can have associated meta-data, which is displayed on mouse-over.
Each source image can have associated meta-data, which is displayed on mouse-over. Some samples:

Demos at http://labs.statsbiblioteket.dk/juxta/subject3795/ (1000 * 1 MPixel historical postcards) and http://labs.statsbiblioteket.dk/juxta/subject208/ (5000 * 28 MPixel historical maps)
* http://labs.statsbiblioteket.dk/juxta/subject3795/ (1,000 * 1 MPixel historical postcards)
* http://labs.statsbiblioteket.dk/juxta/subject208/ (5,000 * 28 MPixel historical maps)
* http://ruebot.net/visualizations/womensmarch/ (6,104,790 * 0.5 MPixel twitter images)

## Technical notes
juxta generates tiles for use with OpenSeadragon. One tile = one 256x256 pixel image file. The tile generation is threaded and localized to the individual source images. This means that memory overhead is independent of the total collage size. The difference between generating a collage of 10 vs. 10 million images is only CPU time. Associated meta-data are stored in chunks and only requested on mouse-over, keeping browser page-open time and memory requirements independent of collage size.
Expand Down

0 comments on commit a0f719b

Please sign in to comment.