From 7fb35ecefdb79b77d8cde8bf2159bf9178dd4124 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Wed, 26 Oct 2011 00:02:18 +0200 Subject: Document some of the symbols used by DMagick. --- dmagick/Array.d | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dmagick/Array.d') 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) { -- cgit v1.2.3