1PDF::API2::Resource::XOUbsjeerctC:o:nItmraigbeu(t3e)d PePrDlF:D:oAcPuIm2e:n:tRaetsioounrce::XObject::Image(3)
2
3
4
6 PDF::API2::Resource::XObject::Image
7
9 $res = PDF::API2::Resource::XObject::Image->new $pdf, $name
10 Returns a image-resource object. base class for all types of
11 bitmap-images.
12
13 $res = PDF::API2::Resource::XObject::Image->new_api $api, $name
14 Returns a image resource object. This method is different from
15 'new' that it needs an PDF::API2-object rather than a
16 Text::PDF::File-object.
17
18 $wd = $img->width
19 $ht = $img->height
20 $img->smask $smaskobj
21 $img->mask @maskcolorange
22 $img->imask $maskobj
23 $img->colorspace $csobj
24 $img->filters @filternames
25 $img->bpc $num
26
28 Alfred Reibenschuh
29
30
31
32perl v5.12.2 2011-01P-D2F4::API2::Resource::XObject::Image(3)