simple_file_io.h file
Functions for reading and writing images from/to files. See File I/O.
Contents
- Reference
Functions
-
auto dip::
ImageRead(dip::Image& out, dip::String const& filename, dip::String format = "") -> dip::FileInformation - Reads the image in a file
filename
, and puts it inout
. -
void dip::
ImageWrite(dip::Image const& image, dip::String const& filename, dip::String format = "", dip::String const& compression = "") - Writes
image
to file.