https://github.com/chyroc/tifig
wrap tifig with golang
https://github.com/chyroc/tifig
Last synced: 10 months ago
JSON representation
wrap tifig with golang
- Host: GitHub
- URL: https://github.com/chyroc/tifig
- Owner: chyroc
- License: apache-2.0
- Created: 2019-01-31T11:15:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T12:39:39.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T08:22:53.552Z (12 months ago)
- Language: Go
- Size: 4.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tifig
wrap tifig with golang
convert heic to png
depend on : https://github.com/monostream/tifig
## usage
### go
```go
import "github.com/Chyroc/tifig"
output, err := tifig.Convert("/path/gile.heic", "")
if err != nil {
panic(err)
}
fmt.Println(output)
```
### binary
see: https://github.com/monostream/tifig