Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64ImageDecoder ¶
type Base64ImageDecoder struct {
AllowedFormats []string
Base64Data string
// contains filtered or unexported fields
}
func NewBase64ImageDecoder ¶
func NewBase64ImageDecoder(allowedFormats []string, base64Data string) *Base64ImageDecoder
type FakeFileStore ¶
type ImageSpecsDetector ¶
type ImageSpecsDetector struct{}
func (ImageSpecsDetector) Detect ¶
func (d ImageSpecsDetector) Detect(r io.Reader) (*im.ImageSpecs, io.Reader, error)
Click to show internal directories.
Click to hide internal directories.