Giter Site home page Giter Site logo

python-pillow-convert's Introduction

python-image-convert-pillow, Example for convert images by Python Pillow module

Пример использования Pillow для преобразования изображений на Python под Windows.
Раньше (в 2006-2007 годах) вместо Pillow использовалась оригинальная библиотека PIL.

Ссылки
[1] Домашняя страница проекта Pillow: http://python-pillow.github.io/
[2] Бинарные сборки модуля для Windows здесь: http://www.lfd.uci.edu/~gohlke/pythonlibs/
[3] Примеры использования:
    http://habrahabr.ru/sandbox/59849/
    http://pillow.readthedocs.org/en/latest/handbook/tutorial.html
    http://stackoverflow.com/questions/10269099/pil-convert-gif-frames-to-jpg
    (title: Convert GIF Frames to JPG)

INSTALL

C:\Python27\Scripts\pip2.7.exe install Pillow

See also
http://stackoverflow.com/questions/10759117/converting-jpg-images-to-png

import Image
im = Image.open('Foto.jpg')
im.save('Foto.png')

python-pillow-convert's People

Contributors

lubyagin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.