Hotspotmap on image object doesn't work?
Status: Alpha
Brought to you by:
cwalther
From: Andrea V. <and...@gm...> - 2008-05-12 07:39:39
|
Hi, Chriss before you release new version (that I think it's very close to do) take a look to hotspotmap using an image object as parameter. Th possibility is described on documentation, but I cannot manage to apply. img=pipmak.loadimage("hotspots.gif") hotspotmap img --line 12 produce this error: Error loading lua file 1/node.lua:12: '"' expected near img The possibility to use an image obj mean that I could also add some drawings using img:fill(), before call hotspotmap? A tecnical question, about the code hotspotmap use indexed image, indexed image need a colormap, these mean that img obj can distinguish to full image (like jpeg) and indexed image (like gif/png) storing also in these last cases the colormap? I believed that one time load image (using loadimage or new getimage), I loose the original format of the image..is it true? Should be possible have possibility to enable stdout on windows for this release? (Also using only command line to set preference) Bye, Andrea |