Show HN: Firesize – On-the-fly image resizing, no code required
31–40 of 43 posts
Re: Show HN: Firesize – On-the-fly image resizing, no code required
#32Bit off-topic, but... it feels like there's a trend towards "x as a service" away from "x as open-source software". Is that something other people are seeing, or is it just my imagination?
Re: Show HN: Firesize – On-the-fly image resizing, no code required
#33Re: Show HN: Firesize – On-the-fly image resizing, no code required
#34Re: Show HN: Firesize – On-the-fly image resizing, no code required
#35Bit off-topic, but... it feels like there's a trend towards "x as a service" away from "x as open-source software". Is that something other people are seeing, or is it just my imagination?
This is actually also an OS project it appears: https://github.com/asm-products/firesize
I built a simple image-resizing server with a query string API using libvips [2]. This is based on sharp [3], a good wrapper of libvips for Node.js.
[1] https://github.com/jcupitt/libvips
Re: Show HN: Firesize – On-the-fly image resizing, no code required
#36Re: Show HN: Firesize – On-the-fly image resizing, no code required
#37Nginx can do this with the ngx_http_image_filter_module (included in stock distribution): https://neosmart.net/blog/2014/nginx-wordpress-images-with-n...
Re: Show HN: Firesize – On-the-fly image resizing, no code required
#38Bit off-topic, but... it feels like there's a trend towards "x as a service" away from "x as open-source software". Is that something other people are seeing, or is it just my imagination?
Re: Show HN: Firesize – On-the-fly image resizing, no code required
#39Is 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. [0] http://cloudinary.com/blog/on_the_fly_image_manipulations_se...