Optimizes an image. Runs asynchronous in the background and it's not fast so don't rely on the file results immediately.
public static void OptimizeImage(string imageFilename, int imageQuality, Action<Boolean> onComplete)
Parameters
imageFilename
imageQuality
Optional image quality. If not specified auto is used
onComplete
See also:
Class mmFileUtils© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic