/* * JPEG Decoder Implementation * * Compile this file alongside your project, or use jpeg.h as a header-only library * by defining JPEG_IMPLEMENTATION before including it. */ #define JPEG_IMPLEMENTATION #include "jpeg.h"