imgproxy-docker-base icon indicating copy to clipboard operation
imgproxy-docker-base copied to clipboard

Replace libjpeg-turbo with mozjpeg

Open renchap opened this issue 3 years ago • 1 comments

According to this PR comments, mozjpeg now performs as well as libjpeg-turbo when not using specific options, and is now the recommended implementation: https://github.com/libvips/libvips/pull/2995

renchap avatar Aug 23 '22 17:08 renchap

Hey @renchap!

mozjpeg with the default param values produces the same result as libjpeg-turbo. Since OSS version of imgproxy does not allow redefining mozjpeg params, replacing libjpeg-turbo with mozjpeg doesn't seem to have any sense.

DarthSim avatar Aug 26 '22 11:08 DarthSim