Home | History | Annotate | Download | only in jhead

Lines Matching refs:Orientation

206   { TAG_ORIENTATION,            "Orientation", FMT_USHORT, 1},
752 // Can have another orientation tag for the thumbnail, but if there's
754 ErrNonfatal("More than two orientation tags!",0,0);
760 ImageInfo.Orientation = (int)ConvertAnyFormat(ValuePtr, Format);
762 if (ImageInfo.Orientation < 0 || ImageInfo.Orientation > 8){
763 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0);
764 ImageInfo.Orientation = 0;
1422 return OrientTab[ImageInfo.Orientation];
1525 if (ImageInfo.Orientation > 1){
1526 // Only print orientation if one was supplied, and if its not 1 (normal orientation)
1527 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]);