Graphics::DZI

DeepZoom Image Pyramid Generation
Download

Graphics::DZI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robert Barta
  • Publisher web site:
  • http://search.cpan.org/~drrho/

Graphics::DZI Tags


Graphics::DZI Description

DeepZoom Image Pyramid Generation Graphics::DZI is a Perl module that generates tiles from a given image in such a way that they follow the DeepZoom image pyramid scheme. Consequently this image becomes zoomable with tools like Seadragon. http://en.wikipedia.org/wiki/Deep_ZoomAs this is a base class, you may want to look either at the deepzoom script which operators on the command line, or at one of the subclasses.SYNOPSIS use Graphics::DZI; my $dzi = Graphics::DZI (image => $image, overlap => $overlap, tilesize => $tilesize, format => $format, ); write_file ('/var/www/xxx.xml', $dzi->descriptor); $dzi->iterate (); # !!! this does only display the tiles on the screen # !!! see Graphics::DZI::Files for a subclass which # !!! actually writes to files Requirements: · Perl


Graphics::DZI Related Software