Image::ANSI

Image::ANSI is a Perl module that can load, create, manipulate and save ANSI files.
Download

Image::ANSI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brian Cassidy
  • Publisher web site:
  • http://search.cpan.org/~bricas/DBIx-Class-Loader-ADO-0.07/lib/DBIx/Class/Loader/ADO.pm

Image::ANSI Tags


Image::ANSI Description

Image::ANSI is a Perl module that can load, create, manipulate and save ANSI files. Image::ANSI is a Perl module that can load, create, manipulate and save ANSI files.SYNOPSIS use Image::ANSI; # Read in a file... my $img = Image::ANSI->new( file => 'file.ans' ); # Image width and height my $w = $img->width; my $h = $img->height; # get and put "pixels" my $pixel = $img->getpixel( $x, $y ); $img->putpixel( $x, $y, $pixel ); # create a thumbnail my $png = $img->as_png( mode => 'thumbnail' ); # export it as a png my $png = $img->as_png( mode => 'full' ); # use a custom font my $png = $img->as_png( mode => 'full', font => 'Image::ANSI::Font::8x8' );This module allows you to load, create and manipulate files made up of ANSI escape codes, aka ANSI art. Requirements: · Perl


Image::ANSI Related Software