On Fri, Feb 27, 2009 at 2:42 PM, Eben Eliason <[email protected]> wrote: > Not necessarily. You could probably hook up a simple ImageMagick > script which took a full size screenshot in the submission form and > created a separate thumbnail from it.
for example: # optimized resize with 64 pixel maximum dimension on any side, maintaining aspect ratio $ convert -size 64x64 -resize 64x64 +profile "*" screenshot.jpg screenshot.thumb.jpg _______________________________________________ IAEP -- It's An Education Project (not a laptop project!) [email protected] http://lists.sugarlabs.org/listinfo/iaep
