github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/include/GraphicsMagick/magick/describe.h (about)

     1  /*
     2    Copyright (C) 2003 - 2009 GraphicsMagick Group
     3    Copyright (C) 2002 ImageMagick Studio
     4    Copyright 1991-1999 E. I. du Pont de Nemours and Company
     5  
     6    This program is covered by multiple licenses, which are described in
     7    Copyright.txt. You should have received a copy of Copyright.txt with this
     8    package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.
     9  
    10    GraphicsMagick Describe Methods.
    11  */
    12  #ifndef _MAGICK_DESCRIBE_H
    13  #define _MAGICK_DESCRIBE_H
    14  
    15  #if defined(__cplusplus) || defined(c_plusplus)
    16  extern "C" {
    17  #endif
    18  
    19  /*
    20    Include declarations.
    21  */
    22  #include "magick/image.h"
    23  #include "magick/error.h"
    24  
    25  extern MagickExport MagickPassFail
    26    DescribeImage(Image *image,FILE *file,const MagickBool verbose);
    27  
    28  #if defined(__cplusplus) || defined(c_plusplus)
    29  }
    30  #endif
    31  
    32  #endif /* _MAGICK_DESCRIBE_H */
    33  
    34  /*
    35   * Local Variables:
    36   * mode: c
    37   * c-basic-offset: 2
    38   * fill-column: 78
    39   * End:
    40   */