[Image-SIG] Bug in ImageOps.equalize

Josh Levenberg joshjunk@pacbell.net
Thu, 22 Aug 2002 01:18:22 -0700


It complains about "operator.add" if you run equalize on an image.

Fix is simple: add "import operator" to the top of the file 
"ImageOps.py", or to just the function equalize.
-- 
Josh Levenberg