SaveAsPng(Image, Stream) | Saves the specified image using the built-in PNG encoder if available in the current operating system. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat. |
SaveAsPng(Image, String) |
Saves the specified image to the specified file using the built-in PNG encoder if available in the current operating system.
Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
See the Remarks section of the SaveAsPng(Image, Stream) overload for details. |