Overload | Description |
---|---|
SaveToFileAsync(NFile,NImageFormat) | Saves the image to the given file in the specified format. If the file already exists, it is overwritten. |
SaveToFileAsync(NFile,NImageFormat,NImageEncoderSettings) | Saves the image to the given file in the specified format using the specified encoder settings. If the file already exists, it is overwritten. |
SaveToFileAsync(NFile,NImageFormat,NImageEncoderSettings,ENCodecPreference) | Saves the image to the given file in the specified format using the specified encoder settings and preference. If the file already exists, it is overwritten. |