]> granicus.if.org Git - imagemagick/commitdiff
Minor fixes.
authordirk <dirk@git.imagemagick.org>
Mon, 2 Dec 2013 07:57:12 +0000 (07:57 +0000)
committerdirk <dirk@git.imagemagick.org>
Mon, 2 Dec 2013 07:57:12 +0000 (07:57 +0000)
Magick++/lib/Magick++/Image.h

index 9e1f3cffb2463d97e453e16e70cbe1c3caa2d84b..e4733c66ddae75ee5b54a3c87e74a16a9ab8a3c1 100644 (file)
@@ -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 );