Hi
We need to create/save .bmp file which is huge in size through our application. We can not create such a file using any of the .net classes like BitmapSource and BmpBitmapEncoder due to size restriction. The file size can go in multples of gbs.
Is there any way to create a .bmp file in chunks. Or are there any thirdparty libs which can help us with this.
We also need similar capability to create .jpeg, .tiff files in chunks so that memory does not become a constraint.
Thanks and Regards
JC