简体   繁体   中英

Save bitmap to BMP image in windows 8 app c#

I need help turning a bitmap image into a .BMP file in an windows 8 app. I have looked around the internet with no good results on how to accomplish this.

Any help will be appreciated.

Thanks

Didn't heard that there a solution for .BMP format. BMP is really easy in saving by hand, you can do it by self. Only two easy headers and array of bytes. This library can help you to accomplish that task: WriteableBitmapEx . There are functions to save TGA and uncompressed PNG. Use them to build the BMP saver.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM