c# - How to rotate an image in Windows Phone 8? -


i creating photo app , need rotate taken images 90 degrees. don't need display them rotated, need them saved way xaml transforms not option me. aware nokia imaging sdk capable of that, not using sdk , bit overkill use whole sdk rotate image 90 degrees. i've found this: rotate image using rotateflip in c# there no bitmap class in windows phone, answer applies regular windows.

how can rotate image 90 degrees?

ok, i've found writeablebitmapextensions windows phone (http://writeablebitmapex.codeplex.com/). didn't know such library existed. solved problem, @ least, it's more lightweight nokia imaging sdk.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -