Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliaio/imghdr.jl

Library to Check Type of Image
https://github.com/juliaio/imghdr.jl

hactoberfest image-classification image-processing imghdr julia julia-language julialang

Last synced: 3 months ago
JSON representation

Library to Check Type of Image

Awesome Lists containing this project

README

        

# ImgHdr

[![Build Status](https://github.com/JuliaIO/ImgHdr.jl/workflows/CI/badge.svg)](https://github.com/JuliaIO/ImgHdr.jl/actions)
[![Coverage](https://codecov.io/gh/JuliaIO/ImgHdr.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaIO/ImgHdr.jl)

Library to Check Type of Image

## Using

```julia
julia> using ImgHdr

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

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