Skip to content

v1.8.2

Compare
Choose a tag to compare
@jerbob92 jerbob92 released this 28 Sep 21:53
· 157 commits to main since this release
b688478

What's Changed

  • libjpegturbo now includes using pkg-config, which makes it easier to use the pdfium_use_turbojpeg build tag.
  • The RenderToFile method now has an Progressive option that can be used when rendering to jpeg and when the pdfium_use_turbojpeg build tag is used. A progressive JPEG image is encoded differently than a standard or baseline JPEG image. It loads in successive waves until a clear picture is formed. This can improve a website's performance as the images seems to be loading faster.

Full Changelog: v1.8.1...v1.8.2