From 1c067dd530aa125dbee06531420ed85749780e19 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 5 Jun 2011 20:16:04 +0200 Subject: Add channel, charcoal, chop, clone, colorDecisionList and changed. --- dmagick/Options.d | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dmagick/Options.d') diff --git a/dmagick/Options.d b/dmagick/Options.d index 59ccb25..05d957b 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -70,6 +70,11 @@ class Options drawInfo = DestroyDrawInfo(drawInfo); } + Options clone() const + { + return new Options(imageInfo, quantizeInfo, drawInfo); + } + /+*************************************************************** * ImageInfo fields ***************************************************************+/ -- cgit v1.2.3