Documentation ¶
Index ¶
- Variables
- func AutolevelCommand(mw *imagick.MagickWand, args string) error
- func BrightnessCommand(mw *imagick.MagickWand, args string) error
- func CropCommand(mw *imagick.MagickWand, args string) error
- func FlipFlopCommand(mw *imagick.MagickWand, args string) error
- func FormatCommand(mw *imagick.MagickWand, args string) error
- func GrayscaleCommand(mw *imagick.MagickWand, args string) error
- func InvertCommand(mw *imagick.MagickWand, args string) error
- func LegacyThumbnailCommand(mw *imagick.MagickWand, args string) error
- func NewSigner(u *url.URL) (dims.UrlSigner, error)
- func QualityCommand(mw *imagick.MagickWand, args string) error
- func ResizeCommand(mw *imagick.MagickWand, args string) error
- func RotateCommand(mw *imagick.MagickWand, args string) error
- func SepiaCommand(mw *imagick.MagickWand, args string) error
- func SharpenCommand(mw *imagick.MagickWand, args string) error
- func StripMetadataCommand(mw *imagick.MagickWand, args string) error
- func ThumbnailCommand(mw *imagick.MagickWand, args string) error
- type MagickCommand
- type MagickOperation
- type RequestV4
Constants ¶
This section is empty.
Variables ¶
View Source
var CmykIccProfile []byte = []byte{}/* 557164 elements not displayed */
View Source
var RgbIccProfile []byte = []byte{}/* 560 elements not displayed */
Functions ¶
func AutolevelCommand ¶
func AutolevelCommand(mw *imagick.MagickWand, args string) error
func BrightnessCommand ¶
func BrightnessCommand(mw *imagick.MagickWand, args string) error
func CropCommand ¶
func CropCommand(mw *imagick.MagickWand, args string) error
func FlipFlopCommand ¶
func FlipFlopCommand(mw *imagick.MagickWand, args string) error
func FormatCommand ¶
func FormatCommand(mw *imagick.MagickWand, args string) error
func GrayscaleCommand ¶
func GrayscaleCommand(mw *imagick.MagickWand, args string) error
func InvertCommand ¶
func InvertCommand(mw *imagick.MagickWand, args string) error
func LegacyThumbnailCommand ¶
func LegacyThumbnailCommand(mw *imagick.MagickWand, args string) error
func QualityCommand ¶
func QualityCommand(mw *imagick.MagickWand, args string) error
func ResizeCommand ¶
func ResizeCommand(mw *imagick.MagickWand, args string) error
func RotateCommand ¶
func RotateCommand(mw *imagick.MagickWand, args string) error
func SepiaCommand ¶
func SepiaCommand(mw *imagick.MagickWand, args string) error
func SharpenCommand ¶
func SharpenCommand(mw *imagick.MagickWand, args string) error
func StripMetadataCommand ¶
func StripMetadataCommand(mw *imagick.MagickWand, args string) error
func ThumbnailCommand ¶
func ThumbnailCommand(mw *imagick.MagickWand, args string) error
Types ¶
type MagickCommand ¶ added in v0.3.0
type MagickCommand struct { dims.Command Operation MagickOperation }
type MagickOperation ¶ added in v0.3.0
type MagickOperation func(mw *imagick.MagickWand, args string) error
type RequestV4 ¶
type RequestV4 struct { dims.Request Timestamp int32 TrailingSlash bool // contains filtered or unexported fields }
func (*RequestV4) ProcessCommand ¶ added in v0.3.0
func (*RequestV4) ProcessImage ¶ added in v0.3.0
ProcessImage will execute the commands on the image.
func (*RequestV4) ValidateSignature ¶
ValidateSignature verifies the signature of the image resize is valid.
Click to show internal directories.
Click to hide internal directories.