8000 GitHub - yuanzhongqiao/thumbor: thumbor 是 globo.com 提供的开源照片缩略图服务
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yuanzhongqiao/thumbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

加入thumbor-bootcamp,与 thumbor 团队的 ❤️ 和 🤗 一起学习并做出贡献

拇指

裁剪、调整大小、变换等等,全部按需进行,由 AI 提供支持


thumbor 受到全球数百家公司的信任

维基百科信任 thumbor  Globo.com 信任 thumbor  Vox Media 信任 Thumbor  福布斯信托公司  Square 信托公司  Deliveroo 信任 Thumbor  Canal+ 信任 Thumbor  Terra 信任 thumbor  nrc 信托  web.dev 表示高性能网站的 thumbor  aws 表示,Thumbor 可用于无服务器图像处理
还有很多!

thumbor 是一种智能图像服务,可以按需裁剪、调整大小、应用过滤器和优化图像。

自动裁剪照片可能会是一个令人沮丧的体验,尤其是当涉及到被砍下的头颅时。thumbor 使用人工智能进行智能检测

thumbor 是一个 HTTP 服务器,您可以通过改变路径参数来创建任意数量的不同图像:

http://<thumbor-server>/300x200/smart/thumbor.readthedocs.io/en/latest/_images/logo-thumbor.png

您应该会看到 300x200 的 Thumbor 徽标图像。

在thumbor 的文档中详细了解您可以执行的所有操作。

⚙️ 安装

确定要使用的安装选项。

选项 1:pip

# thumbor with main dependencies only
pip install thumbor

# thumbor with OpenCV dependency pip install thumbor[opencv]

# thumbor with all dependencies pip install thumbor[all]

<clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 tooltipped-no-delay d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w" value="# thumbor with main dependencies only pip install thumbor

thumbor with OpenCV dependency

pip install thumbor[opencv]

thumbor with all dependencies

pip install thumbor[all]" tabindex="0" role="button">

选项 2:二进制

sudo add-apt-repository ppa:thumbor/ppa
sudo aptitude update
sudo aptitude install thumbor

更多方法请查看安装

跑步

运行它就像点击一样简单:

thumbor

之后,您可以通过https://localhost:8888/unsafe/https://raw.githubusercontent.com/thumbor/thumbor/master/example.jpg访问它

有麻烦吗?

如果您遇到任何问题,请尝试运行:

thumbor-doctor

如果您有一个thumbor.conf文件,您可以使用它来帮助 thumbor-doctor:

thumbor-doctor -c thumbor.conf

如果你仍然需要帮助,请提出问题thumbor-doctor。请记住在问题中发送你的输出:

thumbor-doctor --nocolor -c thumbor.conf

🎯 功能

  • 支持所有常见的开箱即用图像格式
  • 智能裁剪和调整大小
  • 使用缓存,速度极快
  • 支持多种存储(本地存储、AWS S3、Rackspace、Ceph 等)
  • 基于面部和特征检测(眼镜、兴趣点等)的人工智能裁剪
  • 与多种编程语言和框架集成等等......
  • 高度可扩展

🌟 超棒的好东西

awesome-thumbor是精选的 thumbor 内容列表。在这里,您可以找到过滤器、存储、引擎、加载器、docker 镜像、您最喜欢的语言和框架的扩展等等。

所有这些都清楚地表明了每个项目的质量。玩得开心!

👍 贡献

thumbor 是一个开源项目,拥有许多贡献者。加入他们, 贡献代码贡献文档

如果您使用 thumbor,请花 1 分钟回答此调查?只有 2 个问题!

加入聊天https://gitter.im/thumbor/thumbor

👀 演示

您可以在http://thumborize.me/上查看 thumbor 的实际运行情况

About

thumbor 是 globo.com 提供的开源照片缩略图服务

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • C 7.1%
  • Makefile 1.4%
  • Other 0.5%
0