[plt-scheme] Image library bug?

From: Jordan Johnson (jmj at fellowhuman.com)
Date: Mon Dec 7 17:20:20 EST 2009

Hi all,
>

The following (which I hope hasn't been too badly mangled by my iPod  
mailer) evaluates to false:

> (image=? (color-list->image (build-list 9 (lambda (i) (make-color 255 255 255 
> )))
>                               3 3 1 1)
>          (rectangle 3 3 "solid" (make-color 255 255 255)))

Manual testing verifies that the dimensions and pinhole location are  
equal, as are the lists produced from these images via image->color- 
list.

Any ideas?

Best,
Jordan



Posted on the users mailing list.