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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Thumbd, An Image Thumbnailing Service Built on Node.js, SQS, and S3

41 点作者 BenjaminCoe超过 12 年前

4 条评论

lobster_johnson超过 12 年前
Since we are all plugging our competing projects, here's mine: <a href="https://github.com/alexstaubo/tootsie" rel="nofollow">https://github.com/alexstaubo/tootsie</a><p>* Written in Ruby with Sinatra.<p>* Supports both SQS and AMQP (eg., RabbitMQ).<p>* Simple REST interface for submitting jobs.<p>* Can get/put both HTTP and S3 URLs.<p>* Image support: Scaling, cropping, format conversion, EXIF/IPTC stripping. Uses ImageMagick.<p>* Audio/video support: Scaling, format conversion, thumbnail extraction from videos. Uses ffmpeg.<p>* Has a helper component that provides live upload progress, jQuery uploader, etc.: <a href="https://github.com/bengler/tiramisu" rel="nofollow">https://github.com/bengler/tiramisu</a><p>Tootsie is intended as a generic conversion/transcoding framework, so it does more than just thumbnail images.<p>Oh, and it has been run in production for a long time.
chrisohara超过 12 年前
We just built a similar node.js tool which resizes images on demand: <a href="http://github.com/SydneyStockholm/imgr" rel="nofollow">http://github.com/SydneyStockholm/imgr</a>
评论 #4821337 未加载
评论 #4820921 未加载
pknight超过 12 年前
If someone could roll common image functions into one, with webpage screenshots and a way to optimize images for high resolution displays (smartly handling quality and compression) - that would be nice. Haven't come across a good service that does either of these yet.<p>related: Photon for WordPress adds a bunch of basic image manipulation functions as well as a cdn for images.
tjholowaychuk超过 12 年前
need to prefix it with backbone- for the extra hype-factor
评论 #4821176 未加载