ImageSaver

interface ImageSaver

Interface for saving image preprocessing output result.

Functions

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

Saves the image to the filename.

Inheritors

Save
Link copied to clipboard