G
Guest
I have an image which I'm trying to save using
my_image.Save(some_path, System.Drawing.Imaging.ImageFormat.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(some_path, System.Drawing.Imaging.ImageFormat.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.