
#===========================================================================
Copyright (C) 2008 by Nik Ogura. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Bug reports and comments to nik.ogura@gmail.com.
#=========================================================================== =head1 NAME
CGI::Lazy::Image

use CGI::Lazy;
my $q = CGI::Lazy->new();
my $imagedir = $q->image->dir;
CGI::Lazy::Image is, at present, just a convience module for accessing images.

Returns directory containing css specified at lazy object creation
Returns absolute path to file image parsed with document root and image directory
Image file name
Returns CGI::Lazy object.
constructor.
CGI::Lazy object