Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/image-tool
https://github.com/litongjava/image-tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/litongjava/image-tool
- Owner: litongjava
- Created: 2024-04-06T08:43:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T08:45:47.000Z (9 months ago)
- Last Synced: 2024-04-06T09:32:32.727Z (9 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# image-tool
- 自动识别图片格式,将图片转为png格式
```shell
image-tool -i 01.webp
2024/04/05 22:42:43.711679 main.go:23: [Info] input:01.webp
2024/04/05 22:42:43.741894 main.go:53: [Info] output:output.png
Image converted to PNG format successfully.
```