PNG FormatΒΆ
- read_png(
- file_path: str,
Read a PNG file
- Parameters:
file_path (str) β Path of the png file to read.
- Returns:
Image data [1, 3, H, W] in [0., 1.] and its bitdepth.
- Return type:
Tuple[Tensor, Literal[8, 9, 10, 11, 12, 13, 14, 15, 16]]