I sometimes keep reading that baseline is used synonymously with the sequencial compression mode of a JPEG and I am confused by that.
On the german wiki page for JPEG there are listed four main compression modes:
- sequential
- progressive
- hierarchical
- lossless
Searching for "baseline" on that page returns zero hits.
Other sources call it baseline standard, baseline sequential and compare it to progressive. On another page about that topic I have found a comparison between baseline sequential and baseline progressive.
Can somebody explain me what "baseline" actually is?
I thought that baseline is the name of an architecture for sequential, progressive and hierarchical JPEG images which is a bare minimum of subprocesses (downsampling, DCT, etc.) a program (for example image viewer) has to implement such that he is able to view images of those modes. I have a book that states:
There are two main modes: lossy (also called baseline) and lossless (which typically produces compression ratios of around 0.5).