|
NAMEGraphics::Primitive::Image - Image component DESCRIPTIONGraphics::Primitive::Image is a Component that displays in image. SYNOPSIS use Graphics::Primitive::Image;
my $img = Graphics::Primitive::Image->new(
image => '/path/to/filename'
);
WARNINGTHIS COMPONENT IS EXPERIMENTAL. METHODSConstructor
Instance Methods
AUTHORCory Watson, "<gphat@cpan.org>" COPYRIGHT & LICENSECopyright 2008-2010 by Cory G Watson. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|