Skip to content

JuliaIO/ImgHdr.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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