Python 2D image generation -


What are some of the better libraries to create an image in Python? If I went to apply a GOTCHA (for example sake), so what would be my options to manipulate an image at the pixel level? Ideally I'd like to save the resulting image as a low-resolution JPG, but it's only complimenting, I'll arrange for any common image format.

Thank you for your attention.

DTO . If you receive them, you can get it, or via easy_install or PIP .

EDIT: PIL has not been updated in a while, but forks are kept under the name and install it in just one shell like this: pip

import statements are still similar to PIL (for example, from PIL import image ) and backward Is compatible.


Comments