1

Closed

Added the WritePng in the library code

description

Added the WritePng in the library code by reusing the code mentioned at http://writeablebitmapex.codeplex.com/discussions/274445. Also added reference to SharpZib library to make it work.

file attachments

Closed Jan 3 at 5:47 PM by teichgraf
We don't want external dependencies. The lib should stay small and easy portable.

comments

brantheman wrote Sep 20, 2012 at 4:13 AM

Can we just use the PngEncoder in WPF to avoid the extra dependency? Are you targeting WPF in this project? BitmapFrame.Create works with WriteableBitmap, true?