Images.load或FileIO.load支持的图像或视频格式。
格式名称 | 扩展名 | IO library | detection or magic number |
---|---|---|---|
JLD | .jld | loads and saves on allplatforms with JLD | Julia data file (HDF5) |
PBMBinary | .pbm | loads and saves on allplatforms with ImageMagick | UInt8[0x50,0x34] |
PBMText | .pbm | loads with ImageMagickon: allplatforms | UInt8[0x50,0x31] |
PGMText | .pgm | loads with ImageMagickon: allplatforms | UInt8[0x50,0x32] |
PPMText | .ppm | loads with |