webp_server_go icon indicating copy to clipboard operation
webp_server_go copied to clipboard

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.

Results 13 webp_server_go issues
Sort by recently updated
recently updated
newest added

**Environment:** 0.4.5 with remote backend. **Describe the bug** These two images cause errors and do not return content when using the remote backend. `webp-server[1949]: time="2022-08-02 03:33:51" level=error msg="image file /www/invalid_checksum.png...

wontfix

**Describe the bug** Popular forum softwares occasionally encode images as base64, in order for the image to be read properly we have to decode the base64 image then process it....

**Is your feature request related to a problem? Please describe.** The memory consumption of webp-server may grow to >500MB when processing 5 concurrent requests that require webp conversion. Such workload...

bug
enhancement
help wanted
discussion

**Is your feature request related to a problem? Please describe.** It would be useful in some cases to be able to set a maximum width or maximum height when converting...

question

I'm using this config.json with remote backend url. ```{ "HOST": "127.0.0.1", "PORT": "3333", "QUALITY": "80", "IMG_PATH": "https://my-domain.com", "EXHAUST_PATH": "", "ALLOWED_TYPES": ["jpg","png","jpeg","bmp","gif","svg","heic"], } ``` Webp server cannot get images from my...

invalid

Hi, I've been using this repo for 3-4 months only problem. I'm facing is cleaning storage. I tried to run cron but clearing too many files via cron is challenging....

discussion

Is it possible to exclude certain folders? My config has; { "HOST": "127.0.0.1", "PORT": "3333", "QUALITY": "80", "IMG_PATH": "/var/www/live/pub", "EXHAUST_PATH": "/var/www/webpcache", "IMG_MAP": {}, "ALLOWED_TYPES": ["jpg","png","jpeg","bmp","svg","heic","nef"], "ENABLE_AVIF": false, "ENABLE_EXTRA_PARAMS": false "READ_BUFFER_SIZE":...

discussion

**Is your feature request related to a problem? Please describe.** My font file and imags are stored under a samge directory named "data", but I just only want webp-server to...

discussion

Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.2 to 3.14.3. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.14.3 What's Changed fix error return by @​ttmars in schollz/progressbar#175 fix Finish() should update state.currentBytes by @​black-night-heron in...

dependencies

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.52.0 to 1.53.0. Release notes Sourced from github.com/valyala/fasthttp's releases. v1.53.0 What's Changed chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 by @​dependabot in valyala/fasthttp#1720 adaptor ResponseWriter - adding...

dependencies