neuralib.imglib.io.tif_to_gif
- neuralib.imglib.io.tif_to_gif(image_file, output_path, fps=30, **kwargs)[source]
Convert tif sequences to GIF
- Parameters:
image_file (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader)
output_path (str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader)
fps (int)
- Return type:
None