KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
goimgtype
★ 9
Open GitHub ↗
Return type of image based on mime type
Download README (.md)
Explore Similar Repositories
moja.canada
:
No description available.
usb2ppm
:
No description available.
apex-app-crappybird
:
Oracle APEX Application - CrappyBird / Social Game
ScreenCapture
:
A screen capture build with Qt
node-cstruct
:
Use C `struct`s in Javascript while keeping the syntax intact.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
goimgtype
?
Download (.md)
# goimgtype [](https://godoc.org/github.com/shamsher31/goimgtype) [](https://github.com/shamsher31/goimgtype/actions/workflows/go.yml) [](https://raw.githubusercontent.com/shamsher31/goimgtype/master/release) [](https://raw.githubusercontent.com/shamsher31/goimgtype/master/license) Return type of image based on mime type ### How to install ```go go get github.com/shamsher31/goimgtype ``` ### How to use ```go package main import ( "fmt" "github.com/shamsher31/goimgtype" ) func main() { fmt.Println(imgtype.Get("./golang.jpg")) // image/jpeg } ``` ### Related [goimgext](https://github.com/shamsher31/goimgext)<br> [govdoext](https://github.com/shamsher31/govdoext)<br> [gobinext](https://github.com/shamsher31/gobinext)<br> # License MIT © [Shamsher Ansari](https://github.com/shamsher31)