Show HN: Smlr – re-encode jpegs using butteraugli visual quality measurement(github.com)
github.com
Show HN: Smlr – re-encode jpegs using butteraugli visual quality measurement
https://github.com/jasonmoo/smlr
5 comments
There's an existing tool that does this and uses mozjpeg.
It's called jpeg-recompress and is part of the jpeg-archive project on Github.
It currently can use mean-pixel-error, SSIM (the default), MS-SSIM and SmallFry (an implementation of the patented algorithm used by the JPEG mini app). So they may be open to adding this new comparison algorithm too.
edit: someone already filed an issue asking them to look at it:
https://github.com/danielgtaylor/jpeg-archive/issues/40
It's called jpeg-recompress and is part of the jpeg-archive project on Github.
It currently can use mean-pixel-error, SSIM (the default), MS-SSIM and SmallFry (an implementation of the patented algorithm used by the JPEG mini app). So they may be open to adding this new comparison algorithm too.
edit: someone already filed an issue asking them to look at it:
https://github.com/danielgtaylor/jpeg-archive/issues/40
Yeah I got it running - not encouraging results - image sizes grew by about 10%.
First thing that popped into my head when reading this title was Silicon Valley.
Had that in mind when I named it.
This idea, taken to the extreme is mozjpeg. It is really advanced and can take advantage of a lot of cool tricks (like trellis optimization) in order to get the absolute best quality for the size.
https://github.com/mozilla/mozjpeg