![]() |
Microscopy Image Browser
1.233
|
Save image to a file using Matlab imwrite function. More...
Functions | |
function result = | ib_imwrite (img, filename, parameters) |
Save image to a file using Matlab imwrite function. More... | |
Save image to a file using Matlab imwrite function.
function result = ib_imwrite | ( | 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 ibsnapshotGui>snapshotBtn_Callback().