module #include <diplib/javaio.h>
DIPjavaio An interface to Java file I/O functionality.
Contents
- Reference
Functions
- auto ImageReadJavaIO(Image& out, String const& filename, String const& interface = bioformatsInterface) -> FileInformation
- Reads the image in a file
filename
recognized by a Javainterface
and puts it inout
.
Function documentation
FileInformation ImageReadJavaIO(Image& out, String const& filename, String const& interface = bioformatsInterface)
Reads the image in a file filename
recognized by a Java interface
and puts it in out
.
interface
can be one of:
"org/diplib/BioFormatsInterface"
: The openmicroscopy.org Bio-Formats package (default).
Information about the file and all metadata are returned in the FileInformation
output argument.