diff options
| author | Mike Wey | 2011-10-26 00:02:18 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-10-26 00:02:18 +0200 |
| commit | 7fb35ecefdb79b77d8cde8bf2159bf9178dd4124 (patch) | |
| tree | b0a55e7fbda91f81e9f9390720b5d8499ff62efe /dmagick/Array.d | |
| parent | bdbeab522a3a4bc7a1cddeab180bd8a8b99deb2c (diff) | |
Document some of the symbols used by DMagick.
Diffstat (limited to 'dmagick/Array.d')
| -rw-r--r-- | dmagick/Array.d | 9 |
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) { |
