On 25.06.2011, at 12:56, valente wrote:
> I'll need to build a web gallery of projects of younger students (7-9 years), but unable to use the old php script to list all the projects in a directory, because the current Etoys don't save project thumbnails (e.g. project.001.gif). It's possible to have a script that reads the png thumb inside the project and show it in a web page? Who can help?
for f in *.pr ; do unzip -o "$f" thumbnail.png && mv thumbnail.png "$f".png ; done
- Bert -
> Thanks in advance.
>
> LValente
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev