Document libjpeg version restrictions?

Issue #128 new
Nathanael Jones created an issue

This unit test would seem to imply libjpeg 8+ is unsupported:

https://bitbucket.org/libgd/gd-libgd/src/31ff6669464e217c19ec6c01f9d9d1888c4a121a/tests/jpeg/jpeg_read.c?at=master#cl-14

However, php/gd seems to support v9:

https://github.com/php/php-src/blob/3f049bcff2e00b118445752f7e651895ba9bea87/ext/gd/libgd/gd_jpeg.c#L110

What version of libjpeg is reccomended? What about libjpeg-turbo?

Comments (4)

  1. Former user Account Deleted

    libjpeg-turbo is libjpeg6b and libjpeg8 compatible. Generally I would recommend using LJT.

  2. Nathanael Jones reporter

    Thanks!

    I'm working on getting windows CI set up, I'll configure it against libjpeg-turbo.

  3. Log in to comment