How to save WriteableBitmap into PNG with Transparent background. Is there a different between PNG and PNG with Transparency? appreciate your help. Please show me the sample code. Thanks
Asked
Active
Viewed 4,718 times
3
-
check out http://writeablebitmapex.codeplex.com/ – Rachel Gallen Jan 21 '13 at 08:42
-
@Rachel Gallen: Thanks. Had checked it out. It does not support such operation. – MilkBottle Jan 21 '13 at 09:15
-
@MilkBottle Have you found a solution for this problem? – JTIM May 31 '15 at 14:03
1 Answers
1
Just go through the following links. May that could help you out.
Save WriteableBitmap to file using WPF
http://www.codeproject.com/Questions/272722/Converting-WriteableBitmap-to-a-Bitmap-for-saving
):

Community
- 1
- 1

Rajesh Omanakuttan
- 6,788
- 7
- 47
- 85
-
Thanks. The Encoder used in WPF not in WP and the second link point to JohnPapa, Is this the PNG or PNG with Transparency background and can the Tool be used in WP? Thanks – MilkBottle Jan 21 '13 at 09:57