From: dirk Date: Mon, 2 Dec 2013 07:57:12 +0000 (+0000) Subject: Minor fixes. X-Git-Tag: 7.0.1-0~3070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4b500215778da0d84cc748f7193f0a30cfc7806;p=imagemagick Minor fixes. --- diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index 9e1f3cffb..e4733c66d 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -51,7 +51,7 @@ namespace Magick // a handle object which contains a pointer to a shared reference // object (ImageRef). As such, this object is extremely space efficient. // - class Image + class MagickPPExport Image { public: // Construct from image file or image specification @@ -432,8 +432,6 @@ namespace Magick const Color &backgroundColor, const GravityType gravity_ ); - void extract ( const Geometry &geometry_ ); - // Flip image (reflect each scanline in the vertical direction) void flip ( void );