imageproxy
imageproxy copied to clipboard
A caching, resizing image proxy written in Go
When loading a web page with a lot of proxy URLs so that the browser attempts to download them all immediately, the process is killed because it's out of memory....
When there is no any option (`r.Options.String()` = `0x0`) it leads to double caching (no fragment cached image ({remote_url}) and fragment cached image ({remote_url}#options). Ofc, I can fix it just...
On some images I receive the following error, for example trying to serve this through imageproxy; Get https://www.theaudiodb.com/images/media/album/thumb/parels-voor-de-zwijnen-51694d7c2afc3.jpg: local error: tls: no renegotiation Is this a problem on my end...
A common issue I run into is with product photos. They may have a white or off-white background that is much larger than the actual product (large margins). It would...
Hi I have problems scaling a certain image, and I noticed that the colour profile is CMYK, as opposed to RGB which my other images seem to have. Is it...
Thanks for this neat tool ! I have a feature request, that once my app has cached an image locally. it should be able to load the image without having...
Is it possible to run imageproxy in an AWS Lambda (or other serverless function)?
http://127.0.0.1:8080/0x0,q50/upload/2019/11/13/WATERMARK.jpg use ImageProxy to decrease image quality. This is origin Image.  -----------below is error msg------------------- 2019/11/13 19:32:33 http: panic serving 127.0.0.1:6027: runtime error: slice bounds out of range goroutine...
I haven't had a chance to dig into this yet, but proxying https://willnorris.com/2014/01/wordpress-social-menus-rel-me/rel-me-shirt.jpg causes imageproxy to panic with: ``` net/http.(*conn).serve.func1(0xc000266dc0) /opt/go/src/net/http/server.go:1769 +0x139 panic(0xd20f40, 0x169d9c0) /opt/go/src/runtime/panic.go:522 +0x1b5 github.com/rwcarlsen/goexif/exif.(*readerToReaderAt).ReadAt(0xc000362900, 0xc00052e2a0, 0x2, 0x4,...
this is original image url, original size is 7.16MB https://imgs.takeno.app/0x0/upload/2019/11/01/42349584306327.gif after processing,size is 20.2MB just quality is 50% https://imgs.takeno.app/0x0,q50/upload/2019/11/01/42349584306327.gif On my opinion, file size should decrease as other image format....