From a33cd8674692eabb84578d55e6d3f74946ae5959 Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Sat, 19 Apr 2014 23:47:00 -0400 Subject: [PATCH] Add package doc. --- image.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/image.go b/image.go index 41d0557..c3e7efd 100644 --- a/image.go +++ b/image.go @@ -1,3 +1,9 @@ +// Package mogrify binds to GraphicMagicks to perform transformations on +// images. It supports GIF/JPEG/PNG images, which it can decode and +// encode to. You can decode from a format and encode to another. +// +// The current set of transformations is limited to cropping, resizing +// and resampling. package mogrify import (