Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSupportedContentTypes ¶
func GetSupportedContentTypes() []string
Types ¶
type AudioGenerator ¶
type Generator ¶
type Generator interface {
GenerateThumbnail(img io.Reader, contentType string, width int, height int, method string, animated bool, ctx rcontext.RequestContext) (*m.Thumbnail, error)
GetOriginDimensions(b io.Reader, contentType string, ctx rcontext.RequestContext) (bool, int, int, error)
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.