From | Vladimir Risojevic |
Date | Fri Feb 13 00:33:54 2009 |
Subject | [greenstone-devel] ImageConverter issue |
I am using Greenstone 2.81, and I built a PagedImage collection
yesterday, and the format statement which uses [srcicon] returned a very small thumbnail. After checking the arguments of the plugin I finally went to ImageConverter.pm and in line 234 it reads $doc_obj->add_metadata ($section, "srcicon", "<img
It seems that width="100" is an error because it produces tiny 'full
$doc_obj->add_metadata ($section, "srcicon", "<img
and everything worked fine.
Regards, Vladimir |