开发者

timthumb for python?

Is there a TimThu开发者_JAVA百科mb - like script for Django/Python?

It's a image crop&rezise&cache script. Simple but very effective, imho.


This is a good django-app for that

http://thumbnail.sorl.net/

from sorl.thumbnail import get_thumbnail

im = get_thumbnail(my_file, '100x100', crop='center', quality=99)


You should take a closer look at easy_thumbnails. It should do what you want.

And you can find more django related image tools in this grid on django packages: http://djangopackages.com/grids/g/photos/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜