- 授权协议: 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
Designing Data-Intensive Applications
Martin Kleppmann / O'Reilly Media / 2017-4-2 / USD 44.99
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, w......一起来看看 《Designing Data-Intensive Applications》 这本书的介绍吧!
