|
how to save image as jpg?
I have made an application that reads a jpg image, manipulates it like a filter and exports the new data array to a MemoryImageSource and then to an Image.
How can I save this Image or MemoryImageSource to a legal image file such as Bmp, Jpg?
thanks in advance
|