orientation      3039 Magick++/lib/Image.cpp   image()->orientation = orientation_;
orientation      3043 Magick++/lib/Image.cpp   return constImage()->orientation;
orientation       994 Magick++/lib/Magick++/Image.h     void            orientation ( const OrientationType orientation_ );
orientation       995 Magick++/lib/Magick++/Image.h     OrientationType orientation ( void ) const;
orientation       423 coders/cals.c    switch (image->orientation)
orientation       116 coders/cineon.c   U8    orientation;               /* Image orientation */
orientation       495 coders/cineon.c   U8ToAttribute(image,"DPX:image.orientation",cin_image_info.orientation);
orientation      1073 coders/cineon.c   cin_image_info.orientation = 0; /* left to right, top to bottom */
orientation       303 coders/dpx.c     U16   orientation;               /* Image orientation */
orientation       562 coders/dpx.c     MagickSwabUInt16(&image_info->orientation);
orientation      1155 coders/dpx.c     switch (orientation)
orientation      1750 coders/dpx.c     U16ToAttribute(image,"DPX:image.orientation",dpx_image_info.orientation);
orientation      1751 coders/dpx.c     image->orientation=DPXOrientationToOrientationType(dpx_image_info.orientation);
orientation      2777 coders/dpx.c       orientation = 0;
orientation      2783 coders/dpx.c         orientation=0;
orientation      2786 coders/dpx.c         orientation=1;
orientation      2789 coders/dpx.c         orientation=2;
orientation      2792 coders/dpx.c         orientation=3;
orientation      2795 coders/dpx.c         orientation=4;
orientation      2798 coders/dpx.c         orientation=5;
orientation      2801 coders/dpx.c         orientation=6;
orientation      2804 coders/dpx.c         orientation=7;
orientation      2807 coders/dpx.c     return orientation;
orientation      3554 coders/dpx.c     dpx_image_info.orientation=OrientationTypeToDPXOrientation(image->orientation);
orientation      1345 coders/jpeg.c  	    orientation;
orientation      1347 coders/jpeg.c  	  orientation=MagickAtoI(attribute->value);
orientation      1348 coders/jpeg.c  	  if ((orientation > UndefinedOrientation) &&
orientation      1349 coders/jpeg.c  	      (orientation <= LeftBottomOrientation))
orientation      1350 coders/jpeg.c  	    image->orientation=(OrientationType) orientation;
orientation      1293 coders/tiff.c      orientation,
orientation      1378 coders/tiff.c        if (TIFFGetField(tiff,TIFFTAG_ORIENTATION,&orientation))
orientation      1379 coders/tiff.c          image->orientation=(OrientationType) orientation;
orientation      3987 coders/tiff.c        if (image->orientation != UndefinedOrientation)
orientation      3988 coders/tiff.c          (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation);
orientation       563 magick/describe.c   (void) fprintf(file,"  Orientation: %s\n", OrientationTypeToString(image->orientation));
orientation       973 magick/enum_strings.c     orientation = "?";
orientation       978 magick/enum_strings.c       orientation = "Unknown";
orientation       981 magick/enum_strings.c       orientation = "TopLeft";
orientation       984 magick/enum_strings.c       orientation = "TopRight";
orientation       987 magick/enum_strings.c       orientation = "BottomRight";
orientation       990 magick/enum_strings.c       orientation = "BottomLeft";
orientation       993 magick/enum_strings.c       orientation = "LeftTop";
orientation       996 magick/enum_strings.c       orientation = "RightTop";
orientation       999 magick/enum_strings.c       orientation = "RightBottom";
orientation      1002 magick/enum_strings.c       orientation = "LeftBottom";
orientation      1006 magick/enum_strings.c   return orientation;
orientation       287 magick/image.c   allocate_image->orientation=UndefinedOrientation;
orientation       902 magick/image.c   clone_image->orientation=image->orientation;
orientation       679 magick/image.h     orientation;        /* Image orientation */