How can one access FileSaver from pyimagej?
Everything that I see online is something like this:
from ij.io import FileSaver
But with pyimagej we are loading it differently:
import imagej
ij = imagej.init()
Also ij.io()
.FileSaver does not exists
Thanks