June 30, 2015
6:39 a.m.
2015-06-25 18:41 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
Hi,
is there any image (as in picture) processing library in the likes of Python's PIL(http://effbot.org/imagingbook/image.htm),
or even (highly unlikely) something like OpenCV (http://opencv.org/)?
Not that I know of. Juan Vuletich had a nice PhotoSqueak project (squeak 1 or 2?) http://www.jvuletich.org/Squeak/PhotoSqueak/PhotoSqueakGallery/PhotoSqueakGa... There is Smagick http://smalltalkhub.com/#!/~StefanReichhart/Smagick/ (not a library on its own, but an interface to imagemagick) I think there was another squeak/imagemagic project but I don't remember. It would be great to have something like imagemagick, but implemented entirely in smalltalk. nicolai
Thanks, Peter