const MIN_EMBEDDED_JPEG_SIZE: usize = 4096;Expand description
Minimum size for an embedded preview to be considered – tiny thumbnails (EXIF 160x120 stubs) are almost always useless and should be skipped in favour of the full-resolution preview or the libraw fallback.