Skip to content

0.11.7

Choose a tag to compare

@martinbenes1996 martinbenes1996 released this 22 Feb 20:33

What is new?

  • Added J:a:b sampling factor notation.
im = jpeglib.from_spatial(x)
im.samp_factor = "4:4:4"
im.write_spatial("output.jpeg")

Improvements

Bugfixes

  • Fixed order of coefficients inside block to match other implementations (Matlab, jpegio)