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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Would you use an API for image processing?

9 点作者 nparsons08超过 11 年前
I'm working on an API that will allow developers to offload their image processing to our platform. I feel like I have rewritten image processing code (e.g. crop, filter, rotate, layers, etc.) more times than I can count. As a developer would you use such an API? URL: http://6px.io

3 条评论

joshwa超过 11 年前
I just went over this with a colleague to deal with UGC upload.<p>Here&#x27;s a list of services in this space:<p>Blitline <a href="http://blitline.com/" rel="nofollow">http:&#x2F;&#x2F;blitline.com&#x2F;</a><p>Chute <a href="http://www.getchute.com/" rel="nofollow">http:&#x2F;&#x2F;www.getchute.com&#x2F;</a><p>Cloudinary <a href="http://cloudinary.com/" rel="nofollow">http:&#x2F;&#x2F;cloudinary.com&#x2F;</a><p>imgix <a href="http://www.imgix.com/" rel="nofollow">http:&#x2F;&#x2F;www.imgix.com&#x2F;</a><p>transloadit <a href="http://transloadit.com" rel="nofollow">http:&#x2F;&#x2F;transloadit.com</a>
评论 #7155693 未加载
glimcat超过 11 年前
Maybe. What&#x27;s the benefit? Who specifically would benefit from using it? (don&#x27;t say &quot;everyone&quot;)<p>The standard is probably using ImageMagick &amp; an appropriate wrapper. Why is using your solution better?<p>Take into account that you&#x27;re at least doubling the transfer latency involved, which will frequently dominate the time required to complete an image operation.<p><pre><code> end_user-&gt;your_user-&gt;end_user end_user-&gt;your_user-&gt;you-&gt;your_user-&gt;end_user</code></pre>
评论 #7155516 未加载
评论 #7155490 未加载
minimaxir超过 11 年前
Isn&#x27;t this effectively the Aviary SDK?<p><a href="http://developers.aviary.com/" rel="nofollow">http:&#x2F;&#x2F;developers.aviary.com&#x2F;</a>
评论 #7155675 未加载