imageimporter

package
v0.0.0-...-f1991a8 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ImportImageFromReader

func ImportImageFromReader(r io.Reader) (pht *importedphoto.ImportedPhoto, err error)

Types

type ImageImporter

type ImageImporter interface {
	//This is a choice I don't like but I needed bufio so I could peek
	CanDecode(*bufio.Reader) bool
	ImportFromReader(*bufio.Reader) (*importedphoto.ImportedPhoto, error)
	Format() imageformat.Format
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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