spdl.io.async_load_image¶
- async async_load_image(src: str | bytes, *, demux_config: DemuxConfig | None = None, decode_config: DecodeConfig | None = None, filter_desc: str | None = _FILTER_DESC_DEFAULT, device_config: None = None, **kwargs) CPUBuffer [source]¶
- async async_load_image(src: str | bytes, *, demux_config: DemuxConfig | None = None, decode_config: DecodeConfig | None = None, filter_desc: str | None = _FILTER_DESC_DEFAULT, device_config: CUDABuffer, **kwargs) CUDABuffer
Async version of
load_image()
.