Some images look different when synced to the device and read programmatically. Do decoders change these?



Some images look different when synced to the device and read programmatically. Do decoders change t..

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

Post New Answer

More Windows Phone OS Interview Questions

Tell me in my code the method marked by [ondeserialized] is never called after deserialization. Is this a known issue?

1 Answers  


Tell me about Windows Phone User interface?

1 Answers  


Can I reorder the tabs?

1 Answers  


Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?

1 Answers  


How to manage my isolated storage quota?

1 Answers  


What is windows phone user interface?

1 Answers  


Tell me is there a way to detect if application is idle?

1 Answers  


Explain how to play two mediaelements at once?

1 Answers  


Explain how to change language settings?

1 Answers  


Can I turn off some of my local papers?

1 Answers  


How to restart or shutdown my application programmatically?

1 Answers  


Are there canned mvvm "data behaviors" planned for wp7?

1 Answers  


Categories