GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PDF::Template::Element::Image(3) User Contributed Perl Documentation PDF::Template::Element::Image(3)

PDF::Template::Element::Image

To embed images

IMAGE

PDF::Template::Element

  • FILENAME This is the filename for the image.
  • TYPE If the image type is not specified in the filename, specify it here.
  • SCALE / W / H This is used to scale the image. SCALE is a value by which the image's height and width will be multiplied to arrive at the final height and width. Or, you can set W and or H, as the width (or height) you want the image to have, once scaled.

    The algorithm used to calculate scaling has changed, somewhat, from v0.05. It should result in better calculations, as it tries more avenues. Ultimately, if it cannot figure out what to do, it will set a SCALE of 0.5 and go from there.

  • BORDER This is a boolean, used to specify if you want to draw a border around the image
  • COLOR Ignored unless BORDER is specified. This is the color of the border.

None

Nothing

None

  <image filename="$Image1"/>

  <image><var name="Image1"/></image>

In both cases, the image specified by the parameter "Image1" will be placed at the current X/Y position.

Rob Kinyon (rob.kinyon@gmail.com)

Hey! The above document had some coding errors, which are explained below:
Around line 212:
=back doesn't take any parameters, but you said =back 4
2005-01-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.