Hello,
I want to save the image binaryImage in a file (bmp) so that I can open binaryImage.bmp and this way working with it in another programme.
I have tried different ways (see below) but I don't find a solution. I have no idea how to use this method.Could anyone help me to use Save?
Thank you in advanced!
System::Drawing::Bitmap^ binImage;
System::Drawing::Image::Save(System::String^ "binaryImage.bmp");
binaryImage->Save(System::String^ "binaryImage.bmp");
binaryImage->System::Drawing::Image::Save(System::String^ "binaryImage.bmp");