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
}
Click to show internal directories.
Click to hide internal directories.