NAME
Devel::IPerl::Display::Role::WebImage - A role for image objects that is used to generate HTML with parameters such as geometry.
VERSION
version 0.012
SYNOPSIS
my $web_image = Displayable::With::WebImage->new(
data => "...",
width => '100px',
height => '200px' );
DESCRIPTION
This role returns an HTML representation that takes into account the height and width.
AUTHOR
Zakariyya Mughal <zmughal@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Zakariyya Mughal.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.