[IAEP] [Sugar-devel] Design ideas for a.sl.o and sugarlabs

Sean DALY sdaly.be at gmail.com
Fri Feb 27 09:27:25 EST 2009


On Fri, Feb 27, 2009 at 2:42 PM, Eben Eliason <eben.eliason at gmail.com> 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


More information about the IAEP mailing list