Versions in this module Expand all Collapse all v0 v0.2.0 Mar 22, 2014 Changes in this version + func Crop(img image.Image, c Config) (image.Image, error) + type AnchorMode int + const Centered + const TopLeft + type Config struct + Anchor image.Point + Height int + Mode AnchorMode + Options Option + Width int + type Option int + const Copy + const Ratio