Installation of the Python 3.x graphics image processing library PIL under Windows

Source: Internet
Author: User

Image processing is a very wide-spread technology, and Python, which has a very rich third-party expansion library, will certainly not miss this feast. PIL (Python Imaging library) is the most commonly used image processing library in Python, currently available in version 1.1.7, where we can download the study and find information.

I installed a lot of times are not installed, in the final analysis or the wild way to learn the system of Python, so there are always problems. Here are a few of the most commonly used professional nouns in Python:
By installing the Package management tool for the third-party module in Pip:python, we can install the modules that are commonly used in programming.
Pil:python Imaging Library, this is a very powerful tool gallery for working with graphics images under Python.
Pillow: Based on PIL, processing Python 3.x graphics Image Library. Because PIL can only handle to Python 2.x, and this module can handle python3.x, and currently use it to do a lot of graphics.

First download Python 3.x pack 64 bit
Note the 64-bit links are not in the amd64,32 bit. And we need a 64-bit installation package:

Select Add to Path, customize the installation, and select Install PIP on the Customize installation.
After installation, add Python to the environment variable and install the Package Management tool PIP. The next step is to install the pillow:

Finally look at the test:

Python Tutorial Reference Learning

Installation of the Python 3.x graphics image processing library PIL under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.