¡@

Home 

2014/10/15 ¤U¤È 10:10:10

iphone Programming Glossary: image.rotateflip

Camera image changes orientation

http://stackoverflow.com/questions/4565507/camera-image-changes-orientation

orientationNumber image.GetPropertyItem 0x0112 .Value 0 switch orientationNumber up is pointing to the right case 8 image.RotateFlip RotateFlipType.Rotate270FlipNone break up is pointing to the bottom image is upside down case 3 image.RotateFlip RotateFlipType.Rotate180FlipNone.. 8 image.RotateFlip RotateFlipType.Rotate270FlipNone break up is pointing to the bottom image is upside down case 3 image.RotateFlip RotateFlipType.Rotate180FlipNone break up is pointing to the left case 6 image.RotateFlip RotateFlipType.Rotate90FlipNone..