neuralib.imglib.io.gif_show

neuralib.imglib.io.gif_show(file)[source]

Display GIF file in a cv2 window

Parameters:

file (str | Path | PathLike[str]) – Path to the GIF file to be displayed.

Raises:

ValueError – If the provided file is not a GIF.

Return type:

None