...
jconfig.h
jerror.h
jmorecfg.h
jpeglib.h
Display comments for developers
There is compile option to display useful comments for developers on WEB UI such as related SDK and configuration information.
In the C/C++ version,
【to enable】
make clean
make CFLAG=BASIC_MSG
【to disable】
make clean
make
How to build the sample app (Python)
...
See here for building with Python.
Display comments for developers
...
There is compile option to display useful comments for developers on WEB UI such as related SDK and configuration information.In the Python version,
【to enable】
make clean
make CFLAG=BASIC_MSG
...