I like the idea in
#programming when there's no one overarching module that does *everything* you need. I mean there could be, but often times it's a multi-step pipeline. Like right now I'm doing some
#imagemagick, and because of some limitations around shave, repage, and fuzz I'm testing out
#pillow/#pil. And if want to get real crazy (I do not) the Internet suggests opencv, which I'm I think best off avoiding.
#coding #python