mozjpeg icon indicating copy to clipboard operation
mozjpeg copied to clipboard

Improved JPEG encoder.

Results 108 mozjpeg issues
Sort by recently updated
recently updated
newest added

Hello :) AFAIK most projects use the latest tagged version of `mozjpeg`. Because `mozjpeg` hasn't released an update in quite a while, all of these projects are missing out on...

https://uploadcare.com/blog/fighting-jpeg-color-banding/ has some examples of the improvement that this can give.

I was hoping to avoid doing this to keep project overhead low (having to make formal builds on a bunch of platforms every time we release), but based on feedback...

enhancement

``` Directory: /home/csg/github/overreacted.io/node_modules/mozjpeg Output: ⚠ connect ECONNREFUSED 0.0.0.0:443 ⚠ mozjpeg pre-build test failed ℹ compiling from source ✖ Error: Command failed: /bin/sh -c ./configure --enable-static --disable-shared --disable-dependency-tracking --with-jpeg8 --prefix="/home/csg/github/overreacted.io/node_modules/mozjpeg/vendor" --bindir="/home/csg/github/overreacted.io/node_modules/mozjpeg/vendor"...

Can this be used in php ?

I would like to call your attention that this patent for optimizing quantization tables [image specific] have expired: https://www.google.com/patents/US5724453 The paper can be found here: http://www.minds.wisconsin.edu/bitstream/handle/1793/59942/TR1257.pdf?sequence=1 The source code can...

enhancement

Hi, I repaired some jpeg encrypted jpeg by ransomware ( encrypted 150kb of header ) but when i move the good header to corrupt jpeg, how can i fix the...

## Reproduction ```sh docker run --rm -i alpine:3.14.0 sh

Actually after our discussion at #382, I thought I might as well demonstrate as it's just so easy to do. With this commit, mozjpeg would install fully without any system...