Save

class Save(dirLocation: File?) : ImageSaver

This ImageSaver allows saving image preprocessing result to file or directory in jpg format.

Constructors

Save
Link copied to clipboard
fun Save(dirLocation: File? = null)

Functions

save
Link copied to clipboard
open override fun save(filename: String, image: BufferedImage)

Saves the image to the filename.

Properties

dirLocation
Link copied to clipboard
var dirLocation: File? = null

Could be link to the file or directory.