mozjpeg icon indicating copy to clipboard operation
mozjpeg copied to clipboard

Anyone has compiled binaries for Win?

Open ropucyka opened this issue 4 years ago • 2 comments

This. Please share it.

ropucyka avatar Apr 23 '20 00:04 ropucyka

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/

georg-jung avatar Apr 26 '20 19:04 georg-jung

Yes, executables. Thit tool needs NOT only for devs, but for users\advanced users too.

What a devs!

ropucyka avatar May 04 '20 07:05 ropucyka