#include "magick/studio.h"#include "magick/blob.h"#include "magick/coder.h"#include "magick/client.h"#include "magick/configure.h"#include "magick/exception.h"#include "magick/exception-private.h"#include "magick/log.h"#include "magick/hashmap.h"#include "magick/magic.h"#include "magick/magick.h"#include "magick/memory_.h"#include "magick/module.h"#include "magick/policy.h"#include "magick/semaphore.h"#include "magick/splay-tree.h"#include "magick/static.h"#include "magick/string_.h"#include "magick/token.h"#include "magick/utility.h"
Go to the source code of this file.
Functions | |
| MagickExport MagickBooleanType | ListModuleInfo (FILE *magick_unused(file), ExceptionInfo *magick_unused(exception)) |
| MagickExport MagickBooleanType | InvokeDynamicImageFilter (const char *tag, Image **image, const int argc, const char **argv, ExceptionInfo *exception) |
| MagickExport MagickBooleanType InvokeDynamicImageFilter | ( | const char * | tag, | |
| Image ** | image, | |||
| const int | argc, | |||
| const char ** | argv, | |||
| ExceptionInfo * | exception | |||
| ) |
Definition at line 1565 of file module.c.
References GetMagickModule, LocaleCompare(), MagickFalse, MagickImageFilterSignature, MagickTrue, ModuleError, and ThrowMagickException().
| MagickExport MagickBooleanType ListModuleInfo | ( | FILE * | magick_unusedfile, | |
| ExceptionInfo * | magick_unusedexception | |||
| ) |
Definition at line 1559 of file module.c.
References MagickTrue.
1.6.1