[plt-scheme] image-snip stuff

From: Stephen Bloch (sbloch at adelphi.edu)
Date: Fri Jan 2 16:25:47 EST 2009

What does it mean when two images satisfy
(= (image-width pic1) (image-width pic2))
(= (image-height pic1) (image-height pic2))
(equal? (image->alpha-color-list pic1) (image->alpha-color-list pic2))

but not

(image=? pic1 pic2)

?

Stephen Bloch
sbloch at adelphi.edu





Posted on the users mailing list.