https://github.com/xdpcs/imgconv
imgconv is a tool for converting images into images of other formats.
https://github.com/xdpcs/imgconv
Last synced: 10 months ago
JSON representation
imgconv is a tool for converting images into images of other formats.
- Host: GitHub
- URL: https://github.com/xdpcs/imgconv
- Owner: XdpCs
- License: mit
- Created: 2024-05-08T12:20:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T12:47:40.000Z (about 2 years ago)
- Last Synced: 2025-08-19T09:25:16.239Z (10 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgconv
imgconv is a tool for converting images into images of other formats.






## Install
`go get`
```shell
go get -u github.com/XdpCs/imgconv
```
`go mod`
```shell
require github.com/XdpCs/imgconv
```
## cli
```shell
go run cli.go -url https://avatars.githubusercontent.com/u/72180730 -format webp
```
If you want to convert an image from a URL, you can use the `-url` flag.
More information can be found by running `go run cli.go -h`.
## License
imgconv is under the [MIT](LICENSE). Please take a look at LICENSE for more information.