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
- Host: GitHub
- URL: https://github.com/twtrubiks/pillow-examples
- Owner: twtrubiks
- License: mit
- Created: 2016-03-29T14:25:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T01:52:48.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T05:09:08.705Z (about 1 year ago)
- Topics: capturescreen, pillow, python, resizepicture, tutorial, watermark
- Language: Python
- Homepage:
- Size: 5.93 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)