The fastest production-ready image resize out there
blog.uploadcare.com
The fastest production-ready image resize out there
1–4 of 4 posts
Re: The fastest production-ready image resize out there
#2Sort of like the old progressive scan jpegs, but with a more formalized method for bandwidth-saving partial transfers.
Re: The fastest production-ready image resize out there
#3Every time something like this comes up, I always think that we should be working to incorporate resize into the image format itself. Imagine if there was a raster format that was stored such that low-res versions of the full-res image were stored first, and subsequent sections contained more information, progressively building up detail. Then you could choose to send only parts of the file if you knew the image woul…
Re: The fastest production-ready image resize out there
#4Every time something like this comes up, I always think that we should be working to incorporate resize into the image format itself. Imagine if there was a raster format that was stored such that low-res versions of the full-res image were stored first, and subsequent sections contained more information, progressively building up detail. Then you could choose to send only parts of the file if you knew the image woul…
well, there's svg) as for raster, first, I don't think you can have infinite sizes as in vector in feasible manner, second, progressive jpegs are already there, maybe we need to teach clients to stop downloading more info when there's enough for certain container.