mozjpeg
mozjpeg copied to clipboard
Anyone has compiled binaries for Win?
This. Please share it.
Are you looking for libraries or for executables?
For libraries, you can look at my project MozJpegSharp, which is a wrapper for MozJPEG for the .Net Framework. It comes with prebuild libraries included. You can directly download the binaries of just MozJPEG without my library here: https://dev.azure.com/georg-jung/MozJpegSharp/_build/results?buildId=305&view=artifacts&type=publishedArtifacts
My CI pipeline also documents how to compile on windows, see here if interested: https://github.com/georg-jung/MozJpegSharp/blob/master/azure-pipelines.yml
If you have vcpkg, building is as easy as
vcpkg integrate install
vcpkg install mozjpeg:x64-windows
vcpkg install mozjpeg:x86-windows
Note that there are probably many people building mozjpeg out there and some might provide binaries. Mine are in no way official or anything. They are just the output of one step of my build pipeline, but you're of course free to use them if you want to. I'd recommend building them on your own in your own CI pipeline though - look at mine for an example.
If you're looking for executables you could take i.e. these (I didn't test them, this site is in no way related to me): https://imagecompressor.io/blog/mozjpeg-guide/
Yes, executables. Thit tool needs NOT only for devs, but for users\advanced users too.
What a devs!