detect_jpeg_image_from_stream

read JPEG image header, determine dimensions and number of components. return false if image is not JPEG (i hope).

bool
detect_jpeg_image_from_stream
(,
out int width
,
out int height
,
out int actual_comps
)

Meta