I have an image which I'm trying to save using
my_image.Save(s ome_path, System.Drawing. Imaging.ImageFo rmat.Path);
and then I get the error "Parameter is not valid".
What could be the reason for this error? I know I can store it as a Png file.
my_image.Save(s ome_path, System.Drawing. Imaging.ImageFo rmat.Path);
and then I get the error "Parameter is not valid".
What could be the reason for this error? I know I can store it as a Png file.
Comment