apply
fun apply(newImageRotation: ImageRotation = ImageRotation.NONE, newPolygon: List<PointF>? = null, newFilters: List<ParametricFilter>? = null)
Processes all submitted operations on the page and saves the result images in the file system. This is an IO operation and is not recommended to execute in the UI thread.