Help talk:Zoomable images/dezoomify.py

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

If you already have the files locally, something like the following does the trick (assuming Imagemagick and Perl, 12x17 tiles at zoom level 5)

$ montage $(perl -e 'for my $y (0..16) { for my $x (0..11) { print "5-$x-$y.jpg\n"; }}') -geometry '+0+0' -tile '12x17' out.jpg

--64.34.150.2 15:13, 13 October 2010 (UTC)[reply]