Programmatically compose images into one grid in Deep Zoom
Posted
by val
on Stack Overflow
See other posts from Stack Overflow
or by val
Published on 2010-06-16T19:02:06Z
Indexed on
2010/06/16
19:02 UTC
Read the original article
Hit count: 485
deepzoom
Folks,
the problem: there are individual 1MB images that represent a grid of images that should be placed side-by-side with no overlap and then conveted/exported to deepzoom. Image are named by row and column like image_col_row.jpg.
The challenge: the total number of images in thousands, which makes it prohibitive for manual composition and exporting in DZC. I tried to first stitch images programmaticall into one huge image, then to use DZC - no luck cause the exporting chocked with the size.
if you tried programmaticall compose and export deepzoom, please point me into the right direction.
Thanks, Val
© Stack Overflow or respective owner