JPEG
JPEG is a library for JPEG image compression, developed by the Independent JPEG Group.
Documentation
Usage
To see what versions of the jpeg library are available type
module avail jpeg
To see what other modules are needed, what commands are available and how to get additional help type
module help jpeg
To use the jpeg library, include a command like this in your batch script or interactive session to load the jpeg module:
module load jpeg
Be sure you also load any other modules needed, as listed by the module help jpeg
command.