Versions in this module Expand all Collapse all v0 v0.5.0 Aug 27, 2016 Changes in this version + func Crop(img image.Image, rect image.Rectangle) *image.RGBA + func FlipH(img image.Image) *image.RGBA + func FlipV(img image.Image) *image.RGBA + func Resize(img image.Image, width, height int, filter ResampleFilter) *image.RGBA + func Rotate(img image.Image, angle float64, options *RotationOptions) *image.RGBA + type ResampleFilter struct + Fn func(x float64) float64 + Support float64 + var Box ResampleFilter + var CatmullRom ResampleFilter + var Gaussian ResampleFilter + var Lanczos ResampleFilter + var Linear ResampleFilter + var MitchellNetravali ResampleFilter + var NearestNeighbor ResampleFilter + type RotationOptions struct + Pivot *image.Point + ResizeBounds bool