Documentation
¶
Index ¶
- func DecodeImage(ctx context.Context, im_r io.ReadSeeker) (image.Image, string, *exif.Ifd, error)
- func DecodeImageWithOptions(ctx context.Context, im_r io.ReadSeeker, opts *DecodeImageOptions) (image.Image, string, *exif.Ifd, error)
- func ImageFromHEIC(body []byte) (image.Image, error)
- type DecodeImageOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeImage ¶
func DecodeImageWithOptions ¶
func DecodeImageWithOptions(ctx context.Context, im_r io.ReadSeeker, opts *DecodeImageOptions) (image.Image, string, *exif.Ifd, error)
Types ¶
type DecodeImageOptions ¶
type DecodeImageOptions struct {
Rotate bool
}
Click to show internal directories.
Click to hide internal directories.