imageprocessor

package
v0.0.0-...-9537a75 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageOrienter

type ImageOrienter struct{}

func (*ImageOrienter) Process

func (this *ImageOrienter) Process(image *uploadedfile.UploadedFile) error

type ImageProcessor

type ImageProcessor struct {
	// contains filtered or unexported fields
}

func Factory

func Factory(maxFileSize int64, file *uploadedfile.UploadedFile) (*ImageProcessor, error)

func (*ImageProcessor) Run

func (this *ImageProcessor) Run(image *uploadedfile.UploadedFile) error

type ImageScaler

type ImageScaler struct {
	// contains filtered or unexported fields
}

func (*ImageScaler) Process

func (this *ImageScaler) Process(image *uploadedfile.UploadedFile) error

type ProcessType

type ProcessType interface {
	Process(image *uploadedfile.UploadedFile) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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