1Imager::ExtUtils(3) User Contributed Perl Documentation Imager::ExtUtils(3)
2
3
4
6 Imager::ExtUtils - functions handy in writing Imager extensions
7
9 # make Imager easier to use with Inline
10 # perldoc Imager::Inline
11 use Inline with => 'Imager';
12
14 base_dir
15 Returns the base directory where Imager is installed.
16
17 inline_config
18 Implements Imager's Inline::C "with" hook.
19
20 includes
21 Returns -I options suitable for use with ExtUtils::MakeMaker's INC
22 option.
23
24 typemap
25 Returns the full path to Imager's installed typemap.
26
28 Tony Cook <tonyc@cpan.org>
29
31 $Revision$
32
34 Imager, Imager::API, Imager::Inline, Imager::APIRef.
35
36
37
38perl v5.38.0 2023-07-20 Imager::ExtUtils(3)