BI_JPEG top-level constant

int const BI_JPEG

Specifies that the image is compressed using the JPEG file Interchange Format. JPEG compression trades off compression against loss; it can achieve a compression ratio of 20:1 with little noticeable loss.

Implementation

const BI_JPEG = 4;