Some images look different when synced to the device and read programmatically. Do decoders change these?
Answer / Amit Rastogi
When images are synced to a Windows Phone device, they may be automatically resized or recompressed by various applications (e.g., Photos app) or system services (e.g., image decoders). This can lead to changes in the appearance of the images when read programmatically. To avoid this, save images with their original quality and dimensions, and consider using libraries like Microsoft.Xna.Framework.Content.Pipeline for loading and managing image assets.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me in my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?
Tell me about Windows Phone User interface?
Can I reorder the tabs?
Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
How to manage my isolated storage quota?
What is windows phone user interface?
Tell me is there a way to detect if application is idle?
Explain how to play two mediaelements at once?
Explain how to change language settings?
Can I turn off some of my local papers?
How to restart or shutdown my application programmatically?
Are there canned mvvm "data behaviors" planned for wp7?