GlimmerLabs / gigls

The Glimmer Improved Gimp Library for Scripting
2 stars 2 forks source link

image-compute doesn't work well on non-integers #25

Closed rebelsky closed 10 years ago

rebelsky commented 10 years ago

image-compute does very strange things when given non-integers. Try

(image-show (image-compute (lambda (x y) (rgb-new (sin x) 0 0)) 256 256))
rebelsky commented 10 years ago

Fixed.