mogrify-private.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MaxImageStackDepth   32
#define MogrifyImageStack(image, advance, fire)


Define Documentation

#define MaxImageStackDepth   32

Definition at line 25 of file mogrify-private.h.

Referenced by ConvertImageCommand(), and ImportImageCommand().

#define MogrifyImageStack ( image,
advance,
fire   ) 

Value:

if ((j <= i) && (i < argc)) \
    { \
      if ((image) == (Image *) NULL) \
        status&=MogrifyImageInfo(image_info,(int) (i-j+1),(const char **) \
          argv+j,exception); \
      else \
        if ((fire) != MagickFalse) \
          { \
            status&=MogrifyImages(image_info,(int) (i-j+1),(const char **) \
              argv+j,&(image),exception); \
            if ((advance) != MagickFalse) \
              j=i+1; \
            pend=MagickFalse; \
          } \
    }

Definition at line 26 of file mogrify-private.h.

Referenced by ConvertImageCommand(), and ImportImageCommand().


Generated on Thu Sep 4 11:43:03 2008 for ImageMagick by  doxygen 1.5.6