An open API service indexing awesome lists of open source software.

https://github.com/twtrubiks/pillow-examples

some pillow examples use python
https://github.com/twtrubiks/pillow-examples

capturescreen pillow python resizepicture tutorial watermark

Last synced: 11 months ago
JSON representation

some pillow examples use python

Awesome Lists containing this project

README

          

# pillow-examples
some pillow examples :pencil:

## Tutorial
```
git clone https://github.com/twtrubiks/pillow-examples.git
cd pillow-examples
```

## 如何安裝 Pillow
```
pip install Pillow
```
可參考 [ http://pillow.readthedocs.org/en/3.1.x/index.html ]( http://pillow.readthedocs.org/en/3.1.x/index.html )

## 特色
* 練習 Pillow 這個套件,一些小作品 :smile:

## 內容
* [ captureScreen ](https://github.com/twtrubiks/pillow-examples/tree/master/captureScreen) : 使用快捷鍵對螢幕截圖
* [ resizePicture ](https://github.com/twtrubiks/pillow-examples/tree/master/resizePicture) : 重新對圖片設定大小、旋轉
* [ watermark ](https://github.com/twtrubiks/pillow-examples/tree/master/watermark) : 對圖片加上浮水印

## Environment
* Python 2.7.3
* Pillow 3.1.1
* Windows 8.1

## License
[ MIT license ](https://github.com/twtrubiks/pillow-examples/blob/master/LICENSE)