jpeg-quantsmooth icon indicating copy to clipboard operation
jpeg-quantsmooth copied to clipboard

JPEG artifacts removal based on quantization coefficients.

Results 6 jpeg-quantsmooth issues
Sort by recently updated
recently updated
newest added

Hello Ilya Kurdyukov, Sorry to bother you. I get some strange color issue on non-photo drawing content, those issue will happen on `-q 5~6`(--quality). In this non-photo picture case, green...

Hi @ilyakurdyukov . The other day I came across jpeg with CMYK color space. `jpegqs` (at least from https://github.com/ImageProcessing-ElectronicPublications/libjpegqs) did a great job with it. But it turned out that...

@ilyakurdyukov Based on #11 & https://github.com/ilyakurdyukov/jpeg-quantsmooth/issues/18#issuecomment-759963295, I'd like to suggest for the prebuilt released IV plugin - [ ] exposing the available settings via the UI in a compact way...

I was wondering if the program can improve frames from low resolution video. I exported the frames to PNG (lossless) but since they are not accepted by the program I...

`jpeg_read_coefficents` can return `NULL` in certain conditions. If we continue without checking the return value, this could lead to NULL-pointer dereference further down the execution. This fix checks the return...

Hello! I looked through the web wasm code, but wondered if you could publish an npm nodejs package instead. Would be fantastic! I'm currently trying to implement a solution in...