- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://agschwender.github.io/pilbox/
- 软件文档: http://agschwender.github.io/pilbox/
- 官方下载: https://github.com/agschwender/pilbox
软件介绍
Pilbox 是一个对图像大小进行修改的应用服务器,基于 Tornado 框架,使用 Pillow 图像库构建。该服务主要不用于存储,而是一个代理用来更改图像大小。
引用方式:
<img src="http://localhost:8888/?url=http%3A%2F%2Fi.imgur.com%2FzZ8XmBA.jpg&w=300&h=300&mode=crop" />
依赖:
- >= Python 2.7
- Pillow 2.1.0
- Tornado 3.1
- OpenCV 2.x
- Image Libraries: libjpeg-dev, libfreetype6, libfreetype6-dev, zlib1g-dev
Types and Programming Languages
Benjamin C. Pierce / The MIT Press / 2002-2-1 / USD 95.00
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of typ......一起来看看 《Types and Programming Languages》 这本书的介绍吧!
