MagickCore 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
constitute-private.h File Reference
#include "magick/constitute.h"
#include "magick/exception.h"
#include "magick/log.h"
#include "magick/utility.h"
Include dependency graph for constitute-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static MagickBooleanType IsAllowedCoder (const char *coder)
 
static ImageStrictReadImage (const ImageInfo *image_info, ExceptionInfo *exception)
 

Function Documentation

◆ IsAllowedCoder()

static MagickBooleanType IsAllowedCoder ( const char *  coder)
inlinestatic

References LocaleCompare(), MagickFalse, and MagickTrue.

Referenced by StrictReadImage().

◆ StrictReadImage()