}
}
-static void MngInfoFreeStruct(MngInfo *mng_info,int *have_mng_structure)
+static void MngInfoFreeStruct(MngInfo *mng_info,
+ MagickBooleanType *have_mng_structure)
{
- if (*have_mng_structure && (mng_info != (MngInfo *) NULL))
+ if (*have_mng_structure != MagickFalse && (mng_info != (MngInfo *) NULL))
{
register ssize_t
i;
*previous;
MagickBooleanType
+ have_mng_structure,
+ logging,
status;
MngInfo
char
magic_number[MaxTextExtent];
- int
- have_mng_structure;
-
- MagickBooleanType
- logging;
-
ssize_t
count;
*previous;
MagickBooleanType
+ have_mng_structure,
+ logging,
status;
MngInfo
char
magic_number[MaxTextExtent];
- int
- have_mng_structure;
-
- MagickBooleanType
- logging;
-
size_t
count;
*image,
*previous;
- int
- have_mng_structure;
-
MagickBooleanType
- logging;
+ logging,
+ have_mng_structure;
volatile int
first_mng_object,
num_passes,
pass;
- MagickBooleanType
- logging;
-
png_byte
ping_trans_alpha[256];
MagickBooleanType
image_matte,
+ logging,
matte,
ping_have_color,
Image *image)
{
MagickBooleanType
+ excluding,
+ logging,
+ have_mng_structure,
status;
MngInfo
*value;
int
- have_mng_structure;
-
- int
- i;
-
- int
+ i,
source;
- MagickBooleanType
- excluding,
- logging;
-
/*
Open image file.
*/
static MagickBooleanType WriteJNGImage(const ImageInfo *image_info,Image *image)
{
MagickBooleanType
+ have_mng_structure,
logging,
status;
MngInfo
*mng_info;
- int
- have_mng_structure;
-
/*
Open image file.
*/
*next_image;
MagickBooleanType
+ have_mng_structure,
status;
volatile MagickBooleanType
*mng_info;
int
- have_mng_structure,
image_count,
need_iterations,
need_matte;