Home | History | Annotate | Download | only in jhead

Lines Matching refs:Orientation

206   { TAG_ORIENTATION,            "Orientation", FMT_USHORT, 1},
843 // Can have another orientation tag for the thumbnail, but if there's
845 ErrNonfatal("More than two orientation tags!",0,0);
851 ImageInfo.Orientation = (int)ConvertAnyFormat(ValuePtr, Format);
853 if (ImageInfo.Orientation < 0 || ImageInfo.Orientation > 8){
854 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0);
855 ImageInfo.Orientation = 0;
1576 return OrientTab[ImageInfo.Orientation];
1679 if (ImageInfo.Orientation > 1){
1680 // Only print orientation if one was supplied, and if its not 1 (normal orientation)
1681 printf("Orientation : %s\n", OrientTab[ImageInfo.Orientation]);