![]() |
Microscopy Image Browser 2.91
MIB
|
Save image to a file using Matlab imwrite function. More...
Functions | |
function result = | mibImWrite (img, filename, parameters) |
Save image to a file using Matlab imwrite function. | |
Save image to a file using Matlab imwrite function.
function result = mibImWrite | ( | img, | |
filename, | |||
parameters ) |
Save image to a file using Matlab imwrite function.
Implemented for TIF files
img | -> image (height:width:color) |
filename | -> destination filename |
parameters | -> optional structure with parameters |
result | -> 1 - success; 0 - fail |
Referenced by mibSnapshotController.snapshotBtn_Callback().