Are there any alternatives for libjpeg? This library requires complicated installation routines, but I cannot find another jpeg library. Those I managed to find (such as CImg) require libjpeg anyway.
The answer is yes: stb_image
is a single-file, header-only image loader that supports most common JPEG files.