The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Imager::Image::Base - convert Image::Base to Imager

SYNOPSIS

   $image_base_object = Image::Xpm->new(-file => ...);
   $imager_object = Imager::Image::Base->convert($image_base_object);

DESCRIPTION

Convert an Image::Base object into a Imager object.

The performance of this module is probably only suitable for small, icon-ish images.

To do the conversion in the other direction (convert Imager objects into Image::Base-compatible objects) use Image::Base::Imager.

AUTHOR

Slaven Rezic

SEE ALSO

Image::Base, Imager, Imager::Image::Xpm, Imager::Image::Xbm.