Prima::image-load

Prima::image-load is a Perl module using image subsystem.
Download

Prima::image-load Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dmitry Karasik
  • Publisher web site:
  • http://search.cpan.org/~karasik/Prima-1.26/pod/Prima/Widget.pod

Prima::image-load Tags


Prima::image-load Description

Prima::image-load is a Perl module using image subsystem. Prima::image-load is a Perl module using image subsystem.Simple loadingSimplest case, loading a single image would look like: my $x = Prima::Image-> load( 'filename.duf'); die "$@" unless $x;Image functions can work being either invoked from package, or from existing Prima::Image object, in latter case the caller object itself is changing. The code above could be also written as my $x = Prima::Image-> create; die "$@" unless $x-> load( 'filename.duf');In both cases $x contains image data upon success. Error is returned into $@ variable ( see perldoc perlvar for more info). Requirements: · Perl


Prima::image-load Related Software