Name : perl-Image-Base
| |
Version : 1.17
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 17:05:08
|
Group : Development/Libraries/Perl
| Source RPM : perl-Image-Base-1.17-lp154.1.1.src.rpm
|
Size : 0.08 MB
| |
Packager : https://www_suse_com/
| |
Summary : Base class for loading, manipulating and saving images
|
Description :
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->ellipse( 3, 3, 6, 7, \'#ff00cc\' ) ; $i->rectangle( 4, 2, 9, 8, \'blue\' ) ;
Subclasses like \'Image::Xpm\' and \'Image::Xbm\' are stand-alone Perl code implementations of the respective formats. They\'re good for drawing and manipulating image files with a modest amount of code and dependencies.
Other inheritors like \'Image::Base::GD\' are front-ends to big image libraries. They can be handy for pointing generic \'Image::Base\' style code at a choice of modules and supported file formats. Some inheritors like \'Image::Base::X11::Protocol::Drawable\' even go to a window etc for direct display.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-I/15.4/noarch |