switchbrew/nx-hbmenu

Use a different JPEG library.

Closed this issue · 6 comments

Eventually a different JPEG library should be used instead of nanojpeg, since nanojpeg doesn't support progressive/lossless JPEG.

can't you use libjpeg ?

Can use the pacman package for it.

you mean that you need pacman to use libjpeg ?

Install the libjpeg-turbo package with dkp-pacman ...

ah okay....

so i replaced nanojpeg with turbojpeg and merged it with the fork of my version of the project, i am going to do another pull request for this :)
#65