Skip to content

ImageProcessing-ElectronicPublications/jpeg2png-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

jpeg2png

Silky smooth JPEG decoding - no more artifacts!

Demo for jpeg2png

Examples

Lena

  • Top left: original Lena image
    original
  • Top right: original, 64x64 detail
  • Bottom left: JPEG encoded at 10% quality with 4:2:0 chroma subsampling using the GIMP, 64x64 detail
    JPEG encoded
  • Bottom right: JPEG decoded with jpeg2png using the default settings, 64x64 detail
    JPEG decoded

Hige

  • Top left: original Hige image (source)
    original
  • Top right: original, 64x64 detail
  • Bottom left: JPEG encoded at 90% quality with 4:4:4 chroma subsampling using the GIMP, 64x64 detail
    JPEG encoded
  • Bottom right: JPEG decoded with jpeg2png using the default settings, 64x64 detail
    JPEG decoded

Links

  • qjpegrest is a tool that lets you try many different JPEG restoration methods (TV based, band-pass based and Huber MRF based). I learned from the code. See notes/qjpegrest.txt for installation help.
  • jpeg-quantsmooth is program tries to recreate lost precision of DCT coefficients based on quantization table from jpeg image.