Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2024 Changes in this version + func RotateGray(img *image.Gray, angle float64, anchor image.Point, resizeToFit bool) (*image.Gray, error) + func RotateRGBA(img *image.RGBA, angle float64, anchor image.Point, resizeToFit bool) (*image.RGBA, error)