logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Imager::ExtUtils - functions handy in writing Imager extensions

Author

       Tony Cook <tonyc@cpan.org>

Description

       base_dir
           Returns the base directory where Imager is installed.

       inline_config
           Implements Imager's Inline::C "with" hook.

       includes
           Returns -I options suitable for use with ExtUtils::MakeMaker's INC option.

       typemap
           Returns the full path to Imager's installed typemap.

Name

       Imager::ExtUtils - functions handy in writing Imager extensions

Revision

       $Revision$

See Also

       Imager, Imager::API, Imager::Inline, Imager::APIRef.

perl v5.40.1                                       2025-03-16                              Imager::ExtUtils(3pm)

Synopsis

         # make Imager easier to use with Inline
         # perldoc Imager::Inline
         use Inline with => 'Imager';

See Also