summaryrefslogtreecommitdiff
path: root/dmagick/Array.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/Array.d')
-rw-r--r--dmagick/Array.d9
1 files changed, 6 insertions, 3 deletions
diff --git a/dmagick/Array.d b/dmagick/Array.d
index 5d562ce..8ff60f7 100644
--- a/dmagick/Array.d
+++ b/dmagick/Array.d
@@ -268,9 +268,12 @@ Image[] morph(Image[] images, size_t frames)
}
/**
- * compares each image the GIF disposed forms of the previous image in the
- * sequence. From this it attempts to select the smallest cropped image to
- * replace each frame, while preserving the results of the GIF animation.
+ * For each image compares the GIF disposed forms of the previous image in
+ * the sequence. From this it attempts to select the smallest cropped image
+ * to replace each frame, while preserving the results of the GIF animation.
+ *
+ * See_Also: $(LINK2 http://www.imagemagick.org/Usage/anim_opt/,
+ * Examples of ImageMagick Usage)
*/
Image[] optimizeLayers(Image[] images)
{