- 101
- 0
- 约4.09千字
- 约 14页
- 2017-05-30 发布于四川
- 举报
Python Image LibraryPIL 10/13/05 PIL – What is it? Pythonic library for Loading and Saving images (diverse formats) Scaling, cropping, compositing, transforms, bands (e.g. alpha channel) Drawing text and basic shapes Akin to the program GIMP (*GIMP also has a nice python API called GIMP-Python) PIL - Examples Image resizing or format conversions Adding save/load support into your application * Font support also handy Chart generation (also see PIDDLE ) Thumbnail generation Watermarking or adding legend PIL API - Concepts Image – from file or newly created import Image im = Image.open(“vaca
原创力文档

文档评论(0)