Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2015 Changes in this version + func Optimize(f storage.File) (storage.File, error) + func Process(f storage.File, u *url.URL, noOpts bool) (storage.File, error) + type GIF struct + G *gif.GIF + func (j *GIF) ApplyFilters(g *gift.GIFT, pb bool) error + func (j *GIF) Encode() (io.ReadSeeker, error) + type ImsImage interface + ApplyFilters func(*gift.GIFT, bool) error + Encode func() (io.ReadSeeker, error) + func DecodeImage(f storage.File) (ImsImage, string, error) + type JPEG struct + I image.Image + func (j *JPEG) ApplyFilters(g *gift.GIFT, pb bool) error + func (j *JPEG) Encode() (io.ReadSeeker, error) + type PNG struct + I image.Image + func (j *PNG) ApplyFilters(g *gift.GIFT, pb bool) error + func (j *PNG) Encode() (io.ReadSeeker, error)