Previous version of bmeps always used the jpeglib library to read
and decode \textsc{jpeg} images and used run-length, flate and
ASCII85/ASCII-Hex encoding for output.
This takes time, output files are much larger than the original
\textsc{jpeg} files.

When processing \textsc{jpeg} input files bmeps 2.0.0 checks whether
or not a 1:1 pass-through of \textsc{dct} encoded data is possible.\\
In this case only a fast ASCII85/ASCII-Hex encoding is applied.
\clearpage
