Lines Matching refs:Orientation
206 { TAG_ORIENTATION, "Orientation", FMT_USHORT, 1},
868 // Can have another orientation tag for the thumbnail, but if there's
870 ErrNonfatal("More than two orientation tags!",0,0);
876 ImageInfo.Orientation = (int)ConvertAnyFormat(ValuePtr, Format);
878 if (ImageInfo.Orientation < 0 || ImageInfo.Orientation > 8){
879 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0);
880 ImageInfo.Orientation = 0;
1596 return OrientTab[ImageInfo.Orientation];
1699 if (ImageInfo.Orientation > 1){
1700 // Only print orientation if one was supplied, and if its not 1 (normal orientation)
1701 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]);