Image::Base - base class for loading, manipulating and saving images.
This is a base class for image. It shouldn't be used directly. Known inheritors are "Image::Xbm" and "Image::Xpm" and in see "SEE ALSO" below. use Image::Xpm ; my $i = Image::Xpm->new( -file => 'test.xpm' ) ; $i->line( 1, 1, 3, 7, 'red' ) ; $i->ellip...
KRYDE/Image-Base-1.17 - 01 Aug 2012 01:43:45 UTC
1
result (0.028 seconds)