An open API service indexing awesome lists of open source software.

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

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