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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Firesize – On-the-fly image resizing, no code required

58 点作者 vanstee大约 10 年前

21 条评论

ComputerGuru大约 10 年前
Nginx can do this with the ngx_http_image_filter_module (included in stock distribution): <a href="https://neosmart.net/blog/2014/nginx-wordpress-images-with-ngx_http_image_filter_module/" rel="nofollow">https:&#x2F;&#x2F;neosmart.net&#x2F;blog&#x2F;2014&#x2F;nginx-wordpress-images-with-n...</a>
评论 #9245393 未加载
评论 #9244450 未加载
评论 #9246066 未加载
jaredstenquist大约 10 年前
Looks great. I see mention of limits, but there is no pricing page. It&#x27;s hard to adopt a service if I have no idea what it will cost me.<p>I have used Embed.ly&#x27;s similar service in the past. There is a sizable free tier (25,000 images) and it works more or less the same. <a href="http://embed.ly/display" rel="nofollow">http:&#x2F;&#x2F;embed.ly&#x2F;display</a>
评论 #9243246 未加载
vanstee大约 10 年前
This was built by our awesome community on Assembly. If you have any feedback or want to get involved and help us continue to build this, check out the project on Assembly: <a href="https://assembly.com/firesize" rel="nofollow">https:&#x2F;&#x2F;assembly.com&#x2F;firesize</a>
blowski大约 10 年前
Bit off-topic, but... it feels like there&#x27;s a trend towards &quot;x as a service&quot; away from &quot;x as open-source software&quot;. Is that something other people are seeing, or is it just my imagination?
评论 #9245400 未加载
评论 #9244965 未加载
评论 #9244505 未加载
jdotjdot大约 10 年前
Do you have a utility that lets me port over my named transformations from Cloudinary? Also, is there any way to pull images directly from an S3 bucket rather than from my Heroku instance?
评论 #9243909 未加载
Retr0spectrum大约 10 年前
One small issue is that it doesn&#x27;t correct for gamma. Most browsers don&#x27;t even do it properly, so it isn&#x27;t a very important issue at all.<p>Demo: <a href="http://firesize.com/100x100/g_center/http://www.4p8.com/eric.brasseur/gamma_dalai_lama_gray.jpg" rel="nofollow">http:&#x2F;&#x2F;firesize.com&#x2F;100x100&#x2F;g_center&#x2F;http:&#x2F;&#x2F;www.4p8.com&#x2F;eric...</a><p>More info: <a href="http://www.4p8.com/eric.brasseur/gamma.html" rel="nofollow">http:&#x2F;&#x2F;www.4p8.com&#x2F;eric.brasseur&#x2F;gamma.html</a>
michaelmior大约 10 年前
Is there anything yet to prevent abuse? For example, in the case of Cloudinary, they allow signing of URLs[0] to prevent anyone from just using your account to serve arbitrary images.<p>[0] <a href="http://cloudinary.com/blog/on_the_fly_image_manipulations_secured_with_signed_urls" rel="nofollow">http:&#x2F;&#x2F;cloudinary.com&#x2F;blog&#x2F;on_the_fly_image_manipulations_se...</a>
评论 #9245408 未加载
iokanuon大约 10 年前
&gt;You&#x27;re images will be quickly delivered to your users<p>A typo. &quot;You&#x27;re&quot; should be &quot;Your&quot;.
评论 #9243305 未加载
jastanton大约 10 年前
Great :), first impressions:<p>I&#x27;ve seen a few of these before and the things I remember I liked about them was the ability to provide a default image incase you cannot load the image.<p>Major kudos if you could do a g_face so you could center &#x2F; crop around faces!<p>You say you provide a CDN and yet the images are loading slow under HackerNews weight. I guess the type of people who are going to use these aren&#x27;t super concerned about being hammered!<p>Lastly the Heroku add-on, does that mean I can run your code on my Heroku instance instead of rely on your site? That would be fantastic!
评论 #9243918 未加载
seanalltogether大约 10 年前
Quick bug report, g_none seems to not be working, instead it&#x27;s just doing the same thing as g_north<p><a href="http://firesize.com/720x100/g_none/http://i.imgur.com/hHpJscb.png" rel="nofollow">http:&#x2F;&#x2F;firesize.com&#x2F;720x100&#x2F;g_none&#x2F;http:&#x2F;&#x2F;i.imgur.com&#x2F;hHpJsc...</a><p><a href="http://firesize.com/720x100/g_north/http://i.imgur.com/hHpJscb.png" rel="nofollow">http:&#x2F;&#x2F;firesize.com&#x2F;720x100&#x2F;g_north&#x2F;http:&#x2F;&#x2F;i.imgur.com&#x2F;hHpJs...</a>
ahultgren大约 10 年前
&quot;This app is in region eu, firesize is only available in region us.&quot; Thats a shame. But is guess getting manually hooked up would work for this case too?
评论 #9243420 未加载
sfeng大约 10 年前
I built a JavaScript library which automatically applies this optimization to all the images on any site it&#x27;s placed on (using a MutationObserver): <a href="https://github.com/EagerApps/FireSize" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;EagerApps&#x2F;FireSize</a>
shachar大约 10 年前
Very similar to Cloudinary, though they have more advanced features as well. worth checking out IMO.
fiatjaf大约 10 年前
Free during beta, but how much will it cost after? Are you going to limit access through the Referrer header? Why do I need a Heroku addon if I can just use a Firesize URL from anywhere automatically? How much does it cost to run a massive service like that?
captn3m0大约 10 年前
Hi,<p>I just recommended you to someone on weekendhacker chat earlier today. Glad to see another assembly launch.
kristopolous大约 10 年前
I have an old project that does a similar thing: <a href="https://github.com/kristopolous/apophnia" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kristopolous&#x2F;apophnia</a> ... enjoy
pajtai大约 10 年前
what different things do you offer than cloudimage? <a href="http://cloudimage.io/" rel="nofollow">http:&#x2F;&#x2F;cloudimage.io&#x2F;</a>
xfalcox大约 10 年前
We are using thumbor self hosted to solve a similar problem. It evens smart crop with opencv features detection, like people faces.
joshmn大约 10 年前
g_center, assuming there are more options, could very well be a select option with the other available options. :)
imaginenore大约 10 年前
Is this really a problem painful enough that you need a SaaS?
评论 #9243690 未加载
ljqwfk83id大约 10 年前
Just so you know, Web of Trust gives firesize.com a &quot;Very Poor&quot; Trustworthiness and Child Safety rating. <a href="https://www.mywot.com/en/scorecard/firesize.com?utm_source=addon&amp;utm_content=warn-viewsc" rel="nofollow">https:&#x2F;&#x2F;www.mywot.com&#x2F;en&#x2F;scorecard&#x2F;firesize.com?utm_source=a...</a>
评论 #9243526 未加载