TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Making Pillow-SIMD, optimizing image processing in Python

74 点作者 igordebatur超过 7 年前

2 条评论

Veratyr超过 7 年前
Interesting, I wonder if it beats VIPS yet.<p>VIPS page says they beat Pillow-SIMD 4.3.0 by a tad: <a href="https:&#x2F;&#x2F;github.com&#x2F;jcupitt&#x2F;libvips&#x2F;wiki&#x2F;Speed-and-memory-use" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jcupitt&#x2F;libvips&#x2F;wiki&#x2F;Speed-and-memory-use</a><p>Pillow-SIMD&#x27;s page says it beats VIPS: <a href="https:&#x2F;&#x2F;python-pillow.org&#x2F;pillow-perf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;python-pillow.org&#x2F;pillow-perf&#x2F;</a> (you have to select &quot;Full operations cycle&quot;, it doesn&#x27;t let you look at VIPS tests separately for some reason.
评论 #15621356 未加载
mozumder超过 7 年前
For image resizing, wouldn’t you use the GPU itself (assuming the server has one)? Does Python have a library that works with the GPU for image processing?<p>I have a Skylake Xeon server with an integrated GPU. Any way to use that with Python?
评论 #15622435 未加载
评论 #15621463 未加载
评论 #15622187 未加载
评论 #15623029 未加载