[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] image.tag in Perl context


Dear All,

Seems that the image tag behaves differently when used
in Perl context: image dimensions are discarded...


Please observe the following:
[image src='os28004.gif' imagesubdir='items']

Result:
<img src="/standard/images/items/os28004.gif" width="120" height="150">

>> Image dimensions included !


[perl]
        return $Tag->image( 'os28004.gif', {imagesubdir => 'items', } );
[/perl]

Result:
<img src="/standard/images/items/os28004.gif">

>> NO image dimensions !


Some additional logging (after the 'eval') in the image tag shows:
'require' trapped by operation mask at /usr/local/lib/perl5/site_perl/5.8.2/Image/Size.pm line 20.





Best regards,

Ton

--
Alamerce Nederland --- Cornerstone of eBusiness
Phone +31-40-2374381    suppressed    http://www.alamerce.nl

eCommerce Solutions -- Consulting -- Website & Interchange Hosting

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.