convert remainder of Storage to Imager

This commit is contained in:
Graham Knop 2010-09-11 02:19:50 -05:00 committed by Scott Walters
parent c4bb713d94
commit d1bf21b440
2 changed files with 43 additions and 79 deletions

View file

@ -326,7 +326,7 @@ sub www_annotate {
my $image = '<div align="center" class="yui-skin-sam"><img src="'.$self->getStorageLocation->getUrl($self->filename).'" style="border-style:none;" alt="'.$self->filename.'" id="yui_img" /></div>';
my ($width, $height) = $self->getStorageLocation->getSize($self->filename);
my ($width, $height) = $self->getStorageLocation->getSizeInPixels($self->filename);
my @checkboxes = ();
my $i18n = WebGUI::International->new($session,"Asset_Image");