orientation 1243 Magick++/lib/Image.cpp image()->orientation=orientation_; orientation 1248 Magick++/lib/Image.cpp return(constImage()->orientation); orientation 2080 Magick++/lib/Image.cpp if (image()->orientation == UndefinedOrientation || orientation 2081 Magick++/lib/Image.cpp image()->orientation == TopLeftOrientation) orientation 2085 Magick++/lib/Image.cpp newImage=AutoOrientImage(constImage(),image()->orientation,exceptionInfo); orientation 398 Magick++/lib/Magick++/Image.h void orientation(const OrientationType orientation_); orientation 399 Magick++/lib/Magick++/Image.h OrientationType orientation(void) const; orientation 174 coders/cals.c orientation, orientation 202 coders/cals.c orientation=1; orientation 230 coders/cals.c orientation=5; orientation 233 coders/cals.c orientation=3; orientation 236 coders/cals.c orientation=7; orientation 238 coders/cals.c orientation++; orientation 272 coders/cals.c read_info->orientation=(OrientationType) orientation; orientation 489 coders/cals.c switch (image->orientation) orientation 161 coders/cin.c orientation, orientation 490 coders/cin.c cin.image.orientation=(unsigned char) ReadBlobByte(image); orientation 492 coders/cin.c if (cin.image.orientation != (unsigned char) (~0)) orientation 494 coders/cin.c cin.image.orientation); orientation 495 coders/cin.c switch (cin.image.orientation) orientation 498 coders/cin.c case 0: image->orientation=TopLeftOrientation; break; orientation 499 coders/cin.c case 1: image->orientation=TopRightOrientation; break; orientation 500 coders/cin.c case 2: image->orientation=BottomLeftOrientation; break; orientation 501 coders/cin.c case 3: image->orientation=BottomRightOrientation; break; orientation 502 coders/cin.c case 4: image->orientation=LeftTopOrientation; break; orientation 503 coders/cin.c case 5: image->orientation=RightTopOrientation; break; orientation 504 coders/cin.c case 6: image->orientation=LeftBottomOrientation; break; orientation 505 coders/cin.c case 7: image->orientation=RightBottomOrientation; break; orientation 1008 coders/cin.c cin.image.orientation=0x00; orientation 1009 coders/cin.c offset+=WriteBlobByte(image,cin.image.orientation); orientation 230 coders/dpx.c orientation, orientation 317 coders/dpx.c orientation; orientation 793 coders/dpx.c dpx.image.orientation=ReadBlobShort(image); orientation 794 coders/dpx.c if (dpx.image.orientation > 7) orientation 797 coders/dpx.c if (dpx.image.orientation != (unsigned short) ~0) orientation 799 coders/dpx.c dpx.image.orientation); orientation 800 coders/dpx.c switch (dpx.image.orientation) orientation 803 coders/dpx.c case 0: image->orientation=TopLeftOrientation; break; orientation 804 coders/dpx.c case 1: image->orientation=TopRightOrientation; break; orientation 805 coders/dpx.c case 2: image->orientation=BottomLeftOrientation; break; orientation 806 coders/dpx.c case 3: image->orientation=BottomRightOrientation; break; orientation 807 coders/dpx.c case 4: image->orientation=LeftTopOrientation; break; orientation 808 coders/dpx.c case 5: image->orientation=RightTopOrientation; break; orientation 809 coders/dpx.c case 6: image->orientation=LeftBottomOrientation; break; orientation 810 coders/dpx.c case 7: image->orientation=RightBottomOrientation; break; orientation 872 coders/dpx.c dpx.orientation.x_offset=ReadBlobLong(image); orientation 874 coders/dpx.c if (dpx.orientation.x_offset != ~0U) orientation 876 coders/dpx.c dpx.orientation.x_offset); orientation 877 coders/dpx.c dpx.orientation.y_offset=ReadBlobLong(image); orientation 879 coders/dpx.c if (dpx.orientation.y_offset != ~0U) orientation 881 coders/dpx.c dpx.orientation.y_offset); orientation 882 coders/dpx.c dpx.orientation.x_center=ReadBlobFloat(image); orientation 884 coders/dpx.c if (IsFloatDefined(dpx.orientation.x_center) != MagickFalse) orientation 886 coders/dpx.c dpx.orientation.x_center); orientation 887 coders/dpx.c dpx.orientation.y_center=ReadBlobFloat(image); orientation 889 coders/dpx.c if (IsFloatDefined(dpx.orientation.y_center) != MagickFalse) orientation 891 coders/dpx.c dpx.orientation.y_center); orientation 892 coders/dpx.c dpx.orientation.x_size=ReadBlobLong(image); orientation 894 coders/dpx.c if (dpx.orientation.x_size != ~0U) orientation 896 coders/dpx.c dpx.orientation.x_size); orientation 897 coders/dpx.c dpx.orientation.y_size=ReadBlobLong(image); orientation 899 coders/dpx.c if (dpx.orientation.y_size != ~0U) orientation 901 coders/dpx.c dpx.orientation.y_size); orientation 902 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 903 coders/dpx.c dpx.orientation.filename); orientation 904 coders/dpx.c if (*dpx.orientation.filename != '\0') orientation 906 coders/dpx.c dpx.orientation.filename); orientation 907 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 908 coders/dpx.c dpx.orientation.timestamp); orientation 909 coders/dpx.c if (*dpx.orientation.timestamp != '\0') orientation 911 coders/dpx.c dpx.orientation.timestamp); orientation 912 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 913 coders/dpx.c dpx.orientation.device); orientation 914 coders/dpx.c if (*dpx.orientation.device != '\0') orientation 916 coders/dpx.c dpx.orientation.device); orientation 917 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 918 coders/dpx.c dpx.orientation.serial); orientation 919 coders/dpx.c if (*dpx.orientation.serial != '\0') orientation 921 coders/dpx.c dpx.orientation.serial); orientation 924 coders/dpx.c dpx.orientation.border[i]=ReadBlobShort(image); orientation 927 coders/dpx.c if ((dpx.orientation.border[0] != (unsigned short) (~0)) && orientation 928 coders/dpx.c (dpx.orientation.border[1] != (unsigned short) (~0))) orientation 929 coders/dpx.c (void) FormatImageProperty(image,"dpx:orientation.border","%dx%d%+d%+d", dpx.orientation.border[0],dpx.orientation.border[1], orientation 930 coders/dpx.c dpx.orientation.border[2],dpx.orientation.border[3]); orientation 933 coders/dpx.c dpx.orientation.aspect_ratio[i]=ReadBlobLong(image); orientation 936 coders/dpx.c if ((dpx.orientation.aspect_ratio[0] != ~0U) && orientation 937 coders/dpx.c (dpx.orientation.aspect_ratio[1] != ~0U)) orientation 939 coders/dpx.c "%ux%u",dpx.orientation.aspect_ratio[0], orientation 940 coders/dpx.c dpx.orientation.aspect_ratio[1]); orientation 941 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 942 coders/dpx.c dpx.orientation.reserve); orientation 1590 coders/dpx.c switch (image->orientation) orientation 1593 coders/dpx.c case TopLeftOrientation: dpx.image.orientation=0; break; orientation 1594 coders/dpx.c case TopRightOrientation: dpx.image.orientation=1; break; orientation 1595 coders/dpx.c case BottomLeftOrientation: dpx.image.orientation=2; break; orientation 1596 coders/dpx.c case BottomRightOrientation: dpx.image.orientation=3; break; orientation 1597 coders/dpx.c case LeftTopOrientation: dpx.image.orientation=4; break; orientation 1598 coders/dpx.c case RightTopOrientation: dpx.image.orientation=5; break; orientation 1599 coders/dpx.c case LeftBottomOrientation: dpx.image.orientation=6; break; orientation 1600 coders/dpx.c case RightBottomOrientation: dpx.image.orientation=7; break; orientation 1602 coders/dpx.c offset+=WriteBlobShort(image,dpx.image.orientation); orientation 1695 coders/dpx.c dpx.orientation.x_offset=0U; orientation 1698 coders/dpx.c dpx.orientation.x_offset=(unsigned int) StringToUnsignedLong(value); orientation 1699 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_offset); orientation 1700 coders/dpx.c dpx.orientation.y_offset=0U; orientation 1703 coders/dpx.c dpx.orientation.y_offset=(unsigned int) StringToUnsignedLong(value); orientation 1704 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_offset); orientation 1705 coders/dpx.c dpx.orientation.x_center=0.0f; orientation 1708 coders/dpx.c dpx.orientation.x_center=StringToDouble(value,(char **) NULL); orientation 1709 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.x_center); orientation 1710 coders/dpx.c dpx.orientation.y_center=0.0f; orientation 1713 coders/dpx.c dpx.orientation.y_center=StringToDouble(value,(char **) NULL); orientation 1714 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.y_center); orientation 1715 coders/dpx.c dpx.orientation.x_size=0U; orientation 1718 coders/dpx.c dpx.orientation.x_size=(unsigned int) StringToUnsignedLong(value); orientation 1719 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_size); orientation 1720 coders/dpx.c dpx.orientation.y_size=0U; orientation 1723 coders/dpx.c dpx.orientation.y_size=(unsigned int) StringToUnsignedLong(value); orientation 1724 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_size); orientation 1727 coders/dpx.c (void) strncpy(dpx.orientation.filename,value, orientation 1728 coders/dpx.c sizeof(dpx.orientation.filename)-1); orientation 1729 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 1730 coders/dpx.c dpx.orientation.filename); orientation 1731 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 1732 coders/dpx.c dpx.orientation.timestamp); orientation 1735 coders/dpx.c (void) strncpy(dpx.orientation.device,value, orientation 1736 coders/dpx.c sizeof(dpx.orientation.device)-1); orientation 1737 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 1738 coders/dpx.c dpx.orientation.device); orientation 1741 coders/dpx.c (void) strncpy(dpx.orientation.serial,value, orientation 1742 coders/dpx.c sizeof(dpx.orientation.serial)-1); orientation 1743 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 1744 coders/dpx.c dpx.orientation.serial); orientation 1746 coders/dpx.c dpx.orientation.border[i]=0; orientation 1753 coders/dpx.c dpx.orientation.border[0]=(unsigned short) (geometry_info.rho+0.5); orientation 1754 coders/dpx.c dpx.orientation.border[1]=(unsigned short) (geometry_info.sigma+0.5); orientation 1755 coders/dpx.c dpx.orientation.border[2]=(unsigned short) (geometry_info.xi+0.5); orientation 1756 coders/dpx.c dpx.orientation.border[3]=(unsigned short) (geometry_info.psi+0.5); orientation 1759 coders/dpx.c offset+=WriteBlobShort(image,dpx.orientation.border[i]); orientation 1761 coders/dpx.c dpx.orientation.aspect_ratio[i]=0U; orientation 1768 coders/dpx.c dpx.orientation.aspect_ratio[0]=(unsigned int) (geometry_info.rho+0.5); orientation 1769 coders/dpx.c dpx.orientation.aspect_ratio[1]=(unsigned int) (geometry_info.sigma+0.5); orientation 1772 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.aspect_ratio[i]); orientation 1773 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 1774 coders/dpx.c dpx.orientation.reserve); orientation 1310 coders/json.c image->orientation)); orientation 853 coders/miff.c orientation; orientation 855 coders/miff.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 857 coders/miff.c if (orientation < 0) orientation 859 coders/miff.c image->orientation=(OrientationType) orientation; orientation 2217 coders/miff.c if (image->orientation != UndefinedOrientation) orientation 2220 coders/miff.c CommandOptionToMnemonic(MagickOrientationOptions,image->orientation)); orientation 572 coders/mpc.c orientation; orientation 574 coders/mpc.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 576 coders/mpc.c if (orientation < 0) orientation 578 coders/mpc.c image->orientation=(OrientationType) orientation; orientation 1278 coders/mpc.c if (image->orientation != UndefinedOrientation) orientation 1282 coders/mpc.c image->orientation)); orientation 376 coders/tiff.c length=WriteLSBLong(file,(size_t) image_info->orientation); orientation 1123 coders/tiff.c orientation, orientation 1352 coders/tiff.c if (TIFFGetFieldDefaulted(tiff,TIFFTAG_ORIENTATION,&orientation) == 1) orientation 1353 coders/tiff.c image->orientation=(OrientationType) orientation; orientation 3644 coders/tiff.c if (image->orientation != UndefinedOrientation) orientation 3645 coders/tiff.c (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation); orientation 615 magick/constitute.c next->orientation=(OrientationType) StringToLong(value); orientation 141 magick/feature.c orientation; orientation 387 magick/feature.c pixel.orientation=0; orientation 397 magick/feature.c pixel.orientation=0; orientation 400 magick/feature.c pixel.orientation=1; orientation 402 magick/feature.c pixel.orientation=2; orientation 407 magick/feature.c pixel.orientation=0; orientation 410 magick/feature.c pixel.orientation=3; orientation 412 magick/feature.c pixel.orientation=2; orientation 459 magick/feature.c switch (pixel.orientation) orientation 1186 magick/identify.c MagickOrientationOptions,(ssize_t) image->orientation)); orientation 979 magick/image.c clone_info->orientation=image_info->orientation; orientation 3810 magick/image.c image->orientation=(OrientationType) ParseCommandOption( orientation 167 magick/image.h orientation; /* photo orientation of image */ orientation 367 magick/image.h orientation; orientation 2078 magick/profile.c (void) WriteProfileLong(endian,(size_t) image->orientation,p); orientation 2081 magick/profile.c (void) WriteProfileShort(endian,(unsigned short) image->orientation, orientation 175 magick/property.c image->orientation=clone_image->orientation; orientation 2931 magick/property.c image->orientation); orientation 99 magick/transform.c const OrientationType orientation,ExceptionInfo *exception) orientation 109 magick/transform.c switch(orientation) orientation 155 magick/transform.c orient_image->orientation=TopLeftOrientation; orientation 2292 wand/convert.c orientation; orientation 2299 wand/convert.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 2301 wand/convert.c if (orientation < 0) orientation 913 wand/magick-image.c orient_image=AutoOrientImage(wand->images,wand->images->orientation, orientation 5699 wand/magick-image.c return(wand->images->orientation); orientation 10859 wand/magick-image.c const OrientationType orientation) orientation 10867 wand/magick-image.c wand->images->orientation=orientation; orientation 1171 wand/magick-property.c return(wand->image_info->orientation); orientation 2499 wand/magick-property.c const OrientationType orientation) orientation 2505 wand/magick-property.c wand->image_info->orientation=orientation; orientation 858 wand/mogrify.c mogrify_image=AutoOrientImage(*image,(*image)->orientation, orientation 5516 wand/mogrify.c orientation; orientation 5518 wand/mogrify.c orientation=UndefinedOrientation; orientation 5524 wand/mogrify.c orientation=ParseCommandOption(MagickOrientationOptions,MagickFalse, orientation 5526 wand/mogrify.c if (orientation < 0) orientation 7235 wand/mogrify.c image_info->orientation=UndefinedOrientation; orientation 7239 wand/mogrify.c image_info->orientation=(OrientationType) ParseCommandOption(