Are there any built in modules in python 3.3.0 that can handle images?

Recommended Answers

All 5 Replies

The most common library used to be the Python Image Library (PIL), which is now Pillow as mentioned by Jukka O

For info see ...
http://pillow.readthedocs.org/en/latest/

The Pygame module also has a number of image treatments.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.