Documentation ¶
Index ¶
- func ApplyFilter(src image.Image, g *gift.GIFT) image.Image
- func MediumFilter() *gift.GIFT
- func MediumOption() vips.Options
- func ParseGif(wb *bytes.Buffer, r io.Reader, g *gift.GIFT) error
- func ParseImage(imageFormat string, r io.Reader, g *gift.GIFT) (*bytes.Buffer, error)
- func ParseJpeg(wb *bytes.Buffer, r io.Reader, g *gift.GIFT) error
- func ParsePng(wb *bytes.Buffer, r io.Reader, g *gift.GIFT) error
- func ResizeFilter(width int, height int) *gift.GIFT
- func ResizeGif(wb *bytes.Buffer, r io.Reader, g *gift.GIFT, width int, height int) error
- func ResizeJpeg(wb *bytes.Buffer, r io.Reader, g *gift.GIFT, width int, height int) error
- func ResizeMedium(imageFormat string, r io.Reader) (*bytes.Buffer, error)
- func ResizeMediumVips(inBuf []byte) ([]byte, error)
- func ResizePng(wb *bytes.Buffer, r io.Reader, g *gift.GIFT, width int, height int) error
- func ResizeThumbnail(imageFormat string, r io.Reader) (*bytes.Buffer, error)
- func ResizeThumbnailVips(inBuf []byte) ([]byte, error)
- func ThumbnailFilter() *gift.GIFT
- func ThumbnailOption() vips.Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediumFilter ¶
func MediumOption ¶
func ParseImage ¶
func ResizeJpeg ¶
func ResizeMediumVips ¶
func ResizeThumbnailVips ¶
func ThumbnailFilter ¶
func ThumbnailOption ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.