#include "MagickCore/studio.h"#include "MagickCore/blob.h"#include "MagickCore/coder.h"#include "MagickCore/client.h"#include "MagickCore/configure.h"#include "MagickCore/exception.h"#include "MagickCore/exception-private.h"#include "MagickCore/log.h"#include "MagickCore/linked-list.h"#include "MagickCore/magic.h"#include "MagickCore/magick.h"#include "MagickCore/memory_.h"#include "MagickCore/memory-private.h"#include "MagickCore/module.h"#include "MagickCore/module-private.h"#include "MagickCore/nt-base-private.h"#include "MagickCore/policy.h"#include "MagickCore/semaphore.h"#include "MagickCore/splay-tree.h"#include "MagickCore/static.h"#include "MagickCore/string_.h"#include "MagickCore/string-private.h"#include "MagickCore/token.h"#include "MagickCore/utility.h"#include "MagickCore/utility-private.h"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 | |||
| ) |
| MagickExport MagickBooleanType ListModuleInfo | ( | FILE * | magick_unusedfile, | |
| ExceptionInfo * | magick_unusedexception | |||
| ) |
References MagickTrue.
1.6.1