webp-sh / webp_server_go

Go version of WebP Server. A tool that will serve your JPG/PNG/BMP/SVGs as WebP/AVIF format with compression, on-the-fly.
https://docs.webp.sh
GNU General Public License v3.0
1.79k stars 174 forks source link

ISSUE-281 Add NEF support by convert to jpg #284

Closed llanc closed 10 months ago

llanc commented 11 months ago

Add NEF support by use github.com/jeremytorres/rawparser library. The way is convert to jpg then to webp and remove converted file.

n0vad3v commented 10 months ago

Nice, thank you for your contribution! @llanc