openpaperwork / pyinsane

Python library to access and use image scanners (Linux/Windows/etc) (Sane/WIA) -- Moved to Gnome's Gitlab
https://gitlab.gnome.org/World/OpenPaperwork/pyinsane
63 stars 24 forks source link

Pillow has sane support too #10

Closed bignaux closed 10 years ago

bignaux commented 10 years ago

see https://github.com/python-imaging/Pillow/blob/master/Sane/sanedoc.txt Perhaps we could merge effort here.

jflesch commented 10 years ago

This API comes from PIL. I used it initially in Paperwork, but I had many problems with it:

jflesch commented 10 years ago

.. also, Pillow is an image manipulation library. I don't think it should worry about scanner access. IMHO, it's off-topic for Pillow.

Anyway, I'm not going to "merge effort" here, so I'm closing this ticket. Please reopen if you're willing to do it.