Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliaio/imghdr.jl
- Owner: JuliaIO
- License: mit
- Created: 2020-12-24T06:58:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T10:31:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T19:22:19.477Z (3 months ago)
- Topics: hactoberfest, image-classification, image-processing, imghdr, julia, julia-language, julialang
- Language: Julia
- Homepage:
- Size: 633 KB
- Stars: 7
- Watchers: 22
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ImgHdrjulia> imgtype("path/to/file.png")
"png"julia> ImgHdr.isa_png("path/to/file.png")
true
```