TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

58 pointsby vansteeabout 10 years ago

21 comments

ComputerGuruabout 10 years ago
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 未加载
jaredstenquistabout 10 years ago
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 未加载
vansteeabout 10 years ago
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>
blowskiabout 10 years ago
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 未加载
jdotjdotabout 10 years ago
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 未加载
Retr0spectrumabout 10 years ago
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>
michaelmiorabout 10 years ago
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 未加载
iokanuonabout 10 years ago
&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 未加载
jastantonabout 10 years ago
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 未加载
seanalltogetherabout 10 years ago
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>
ahultgrenabout 10 years ago
&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 未加载
sfengabout 10 years ago
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>
shacharabout 10 years ago
Very similar to Cloudinary, though they have more advanced features as well. worth checking out IMO.
fiatjafabout 10 years ago
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?
captn3m0about 10 years ago
Hi,<p>I just recommended you to someone on weekendhacker chat earlier today. Glad to see another assembly launch.
kristopolousabout 10 years ago
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
pajtaiabout 10 years ago
what different things do you offer than cloudimage? <a href="http://cloudimage.io/" rel="nofollow">http:&#x2F;&#x2F;cloudimage.io&#x2F;</a>
xfalcoxabout 10 years ago
We are using thumbor self hosted to solve a similar problem. It evens smart crop with opencv features detection, like people faces.
joshmnabout 10 years ago
g_center, assuming there are more options, could very well be a select option with the other available options. :)
imaginenoreabout 10 years ago
Is this really a problem painful enough that you need a SaaS?
评论 #9243690 未加载
ljqwfk83idabout 10 years ago
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 未加载