module #include "diplib/javaio.h"
DIPjavaio An interface to Java file I/O functionality
Contents
- Reference
Namespaces
- namespace dip::
javaio - Contains all functionality for DIPjavaio.
Functions
-
auto dip::
javaio:: ImageReadJavaIO(dip::Image& out, dip::String const& filename, dip::String const& interface = bioformatsInterface) -> dip::FileInformation - Reads the image in a file
filename
recognized by a Javainterface
and puts it inout
.
Function documentation
dip::FileInformation
dip:: javaio:: ImageReadJavaIO(dip::Image& out,
dip::String const& filename,
dip::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 dip::FileInformation
output argument.