[CentralOH] Python library for image processing?

Eric Miller miller.eric.t at gmail.com
Tue Apr 9 16:04:19 EDT 2019


Thanks, that look perfect.

On Tue, Apr 9, 2019, 3:57 PM Joe Shaw <joe at joeshaw.org> wrote:

> Hi,
>
> Check out Pillow, https://pillow.readthedocs.io/en/stable/.  It is a fork
> of the earlier PIL library.  It also integrates nicely with numpy if you
> need it.
>
> If you needed something more powerful, like bindings to the ImageMagick C
> library, then something like Wand might be better.
> https://github.com/emcconville/wand
>
> Joe
>
> On Tue, Apr 9, 2019 at 3:48 PM Eric Miller <miller.eric.t at gmail.com>
> wrote:
>
>> Looking for a library to parse each pixel in an image file. Need to map
>> each x,y pixel to its associated RGB values.
>>
>> Any recommendations for a lib that will do this well?
>>
>> Thanks!
>> _______________________________________________
>> CentralOH mailing list
>> CentralOH at python.org
>> https://mail.python.org/mailman/listinfo/centraloh
>>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> https://mail.python.org/mailman/listinfo/centraloh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/centraloh/attachments/20190409/48514de2/attachment-0001.html>


More information about the CentralOH mailing list