Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 431 Bytes

ImgHdr

Build Status Coverage

Library to Check Type of Image

Using

julia> using ImgHdr

julia> imgtype("path/to/file.png")
"png"

julia> ImgHdr.isa_png("path/to/file.png")
true