Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

So I have an app that takes in pictures. One of the features is you can go to the picture hub, select a picture and use the app extension to send that picture over to my app. The problem is when selecting a picture from the camera roll it always displays in landscape. Now when allowing users to take a picture in app I determined the orientation and fixed this problem using this solution:

http://timheuer.com/blog/archive/2010/09/23/working-with-pictures-in-camera-tasks-in-windows-phone-7-orientation-rotation.aspx

I tried applying the same steps to the picture when they extend it to my app. It does not work though. After looking at it closer it seems that there is no info given when the picture is selected like there is when a picture is being taken.

Anyone know a fix?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.