JOT::GD

JOT::GD is a Perl module to use a JOT file/stream to make an image.
Download

JOT::GD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Johan Van den Brande
  • Publisher web site:
  • http://search.cpan.org/~johanvdb/JOT-0.1/JOT/GD.pm

JOT::GD Tags


JOT::GD Description

JOT::GD is a Perl module to use a JOT file/stream to make an image. JOT::GD is a Perl module to use a JOT file/stream to make an image.SYNOPSIS use JOT::GD; $jot = JOT::GD->new(500,500,250,250); $jot->parse_file( $ARGV ); $im = $jot->GD(); $white = $im->colorAllocate(255,255,255); $black = $im->colorAllocate(0,0,0); $jot->draw( $black ); open F, ">" . $ARGV. ".png" or die "Could not open file ($!)!"; print F $im->png; close F; Requirements: · Perl


JOT::GD Related Software