From 2538be23ade147d76c156df23fc7fe768a4d5892 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 23 Oct 2011 19:18:05 +0200 Subject: public alias the symbols from the heades used by dmagick.image. --- dmagick/Options.d | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dmagick/Options.d') diff --git a/dmagick/Options.d b/dmagick/Options.d index cec9b28..40dc560 100644 --- a/dmagick/Options.d +++ b/dmagick/Options.d @@ -33,6 +33,16 @@ import dmagick.c.quantize; import dmagick.c.quantum; import dmagick.c.type; +//These symbols are publicly imported by dmagick.Image. +private alias dmagick.c.geometry.AffineMatrix AffineMatrix; +private alias dmagick.c.colorspace.ColorspaceType ColorspaceType; +private alias dmagick.c.compress.CompressionType CompressionType; +private alias dmagick.c.quantum.EndianType EndianType; +private alias dmagick.c.image.ImageType ImageType; +private alias dmagick.c.image.InterlaceType InterlaceType; +private alias dmagick.c.image.ResolutionType ResolutionType; +private alias dmagick.c.cacheView.VirtualPixelMethod VirtualPixelMethod; + /** * A class that wraps ImageInfo, DrawInfo and QuantizeInfo */ -- cgit v1.2.3