Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

ImageMagick-6.1.1/magick/decorate.h

Go to the documentation of this file.
00001 /* 00002 ImageMagick Image Decoration Methods. 00003 */ 00004 #ifndef _MAGICK_DECORATE_H 00005 #define _MAGICK_DECORATE_H 00006 00007 #if defined(__cplusplus) || defined(c_plusplus) 00008 extern "C" { 00009 #endif 00010 00011 typedef struct _FrameInfo 00012 { 00013 unsigned long 00014 width, 00015 height; 00016 00017 long 00018 x, 00019 y, 00020 inner_bevel, 00021 outer_bevel; 00022 } FrameInfo; 00023 00024 extern MagickExport Image 00025 *BorderImage(const Image *,const RectangleInfo *,ExceptionInfo *), 00026 *FrameImage(const Image *,const FrameInfo *,ExceptionInfo *); 00027 00028 extern MagickExport MagickBooleanType 00029 RaiseImage(Image *,const RectangleInfo *,const MagickBooleanType); 00030 00031 #if defined(__cplusplus) || defined(c_plusplus) 00032 } 00033 #endif 00034 00035 #endif

Generated on Mon Oct 25 13:40:52 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC