#include "magick/studio.h"
#include "magick/animate.h"
#include "magick/animate-private.h"
#include "magick/client.h"
#include "magick/color.h"
#include "magick/color-private.h"
#include "magick/colorspace.h"
#include "magick/constitute.h"
#include "magick/delegate.h"
#include "magick/exception.h"
#include "magick/exception-private.h"
#include "magick/geometry.h"
#include "magick/image-private.h"
#include "magick/layer.h"
#include "magick/list.h"
#include "magick/log.h"
#include "magick/image.h"
#include "magick/memory_.h"
#include "magick/monitor.h"
#include "magick/option.h"
#include "magick/property.h"
#include "magick/resource_.h"
#include "magick/string_.h"
#include "magick/transform.h"
#include "magick/utility.h"
#include "magick/version.h"
#include "magick/widget.h"
#include "magick/xwindow-private.h"
#define AutoReverseAnimationState 0x0004 |
#define ForwardAnimationState 0x0008 |
#define HighlightHeight 8 |
#define HighlightState 0x0010 |
#define HighlightWidth 8 |
#define MagickMenus 4 |
#define MagickTitle "Commands" |
#define MaXWindows 8 |
#define PlayAnimationState 0x0020 |
#define RepeatAnimationState 0x0040 |
#define ShadowHeight 8 |
#define ShadowWidth 8 |
#define StepAnimationState 0x0080 |
enum CommandType |
MagickExport MagickBooleanType AnimateImages | ( | const ImageInfo * | image_info, | |
Image * | images | |||
) |
static long MagickMax | ( | const long | x, | |
const long | y | |||
) | [inline, static] |
static int SceneCompare | ( | const void * | x, | |
const void * | y | |||
) | [static] |
MagickExport void XAnimateBackgroundImage | ( | Display * | display, | |
XResourceInfo * | resource_info, | |||
Image * | images | |||
) |
MagickExport Image* XAnimateImages | ( | Display * | display, | |
XResourceInfo * | resource_info, | |||
char ** | argv, | |||
const int | argc, | |||
Image * | images | |||
) |
static Image * XMagickCommand | ( | Display * | display, | |
XResourceInfo * | resource_info, | |||
XWindows * | windows, | |||
const | CommandType, | |||
Image ** | image, | |||
MagickStatusType * | state | |||
) | [static] |
static MagickBooleanType XSaveImage | ( | Display * | display, | |
XResourceInfo * | resource_info, | |||
XWindows * | windows, | |||
Image * | image | |||
) | [static] |
const char* AnimateHelp[] [static] |
const unsigned char HighlightBitmap[8] [static] |
Initial value:
{ (unsigned char) 0xaa, (unsigned char) 0x55, (unsigned char) 0xaa, (unsigned char) 0x55, (unsigned char) 0xaa, (unsigned char) 0x55, (unsigned char) 0xaa, (unsigned char) 0x55 }
const char* PageSizes[] [static] |
Initial value:
{ "Letter", "Tabloid", "Ledger", "Legal", "Statement", "Executive", "A3", "A4", "A5", "B4", "B5", "Folio", "Quarto", "10x14", (char *) NULL }
const unsigned char ShadowBitmap[8] [static] |
Initial value:
{ (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00, (unsigned char) 0x00 }