Defined in File image_store.h
Stores the given image.
NOTE: An exception that is based on std::exception is thrown in case of an error, e.g. if input or output format is not supported.
name – Name of output file without suffix.
fmt – Image file format.
image – Image to be stored.
yoffset – First image row to be stored.
height – Number of image rows to be stored. 0 means all rows.