Graphics::Primitive::Driver::GD

GD driver for Graphics::Primitive
Download

Graphics::Primitive::Driver::GD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cory Watson
  • Publisher web site:
  • http://search.cpan.org/~gphat/

Graphics::Primitive::Driver::GD Tags


Graphics::Primitive::Driver::GD Description

GD driver for Graphics::Primitive Graphics::Primitive::Driver::GD is a Perl module that does not work properly. It will be improved shortly.SYNOPSIS use Graphics::Primitive::Component; use Graphics::Primitive::Driver::GD; my $container = Graphics::Primitive::Container->new( width => $form->sheet_width, height => $form->sheet_height ); $container->border->width(1); $container->border->color($black); $container->padding( Graphics::Primitive::Insets->new(top => 5, bottom => 5, left => 5, right => 5) ); my $comp = Graphics::Primitive::Component->new; $comp->background_color($black); $container->add_component($comp, 'c'); my $lm = Layout::Manager::Compass->new; $lm->do_layout($container); my $driver = Graphics::Primitive::Driver::GD->new; $driver->draw($container); $driver->write('/Users/gphat/foo.png'); Requirements: · Perl


Graphics::Primitive::Driver::GD Related Software