Schedule::TableImage

Creates a graphic schedule with labelled events.
Download

Schedule::TableImage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rebecca Hunt
  • Publisher web site:
  • http://search.cpan.org/~rahunt/

Schedule::TableImage Tags


Schedule::TableImage Description

Creates a graphic schedule with labelled events. Schedule::TableImage is a Perl module that creates a graphic schedule with labelled events. User inputs the hours, days, and events to show. Uses Image::Magick to generate the image file.SYNOPSIS use Schedule::TableImage; my $cal = Schedule::TableImage->new(days => @days, hours => @hour); $cal->add_events(@events); $cal->write_image($path);Creates a image of a schedule with labelled events.This schedule image is a grid in which days are labelled horizontally and hours are labelled vertically.This is useful to a week view, although you can have as many days as you would like, with any label you like.Events are colored boxes with text labels for a given time and day.If events overlap on a given day or time, the width of the day expands to accomodate both (or all) events. Requires Image::Magick, and Text::Wrapper. Requirements: · Perl


Schedule::TableImage Related Software