[plt-scheme] 2htdp/image questions

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Apr 19 06:25:42 EDT 2010

On Sun, Apr 18, 2010 at 5:39 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> ... The new library however is much more suited to shape-based manipulations of images.

I've done some small experiments with a similar library (of my own
devising) and you can do some really neat tricks that are impossible
with bitmap based operations. Rather than trying to copy Python, why
not do something different? For example, if take an image and add
noise you can get some fun effects. Similarly by scaling various
elements. This should be easy with the HtDP representations, but
largely impossible with a pixel based rep. More complex tasks could be
to render a "hand-drawn" version of an image: take the image, break
the components into smaller pieces and add gaussian noise. NodeBox
(http://nodebox.net/ ; in Python) has some nice examples, though their
library is both more powerful and less portable.

HTH,
N.


Posted on the users mailing list.