Image::XBin

Image::XBin is a Perl module to load, create, manipulate and save XBin image files.
Download

Image::XBin 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::XBin Tags


Image::XBin Description

Image::XBin is a Perl module to load, create, manipulate and save XBin image files. Image::XBin is a Perl module to load, create, manipulate and save XBin image files.SYNOPSIS use Image::XBin; # Read in a file... my $img = Image::XBin->new( file => 'myxbin.xb' ); # 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 ); # font (XBin::Font) my $font = $img->font; # palette (XBin::Palette) my $palette = $img->palette; # save the data to a file $img->write( file => 'x.xb' ); Requirements: · Perl


Image::XBin Related Software