tifig

package module
v0.0.0-...-7fa41a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2019 License: Apache-2.0 Imports: 10 Imported by: 1

README

tifig

wrap tifig with golang

convert heic to png

depend on : https://github.com/monostream/tifig

usage

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert

func Convert(input, output string) (string, error)

func ConvertReader

func ConvertReader(input io.Reader, output string) (string, error)

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL