Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_imwrite.m File Reference

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...
 

Detailed Description

Save image to a file using Matlab imwrite function.

Function Documentation

function result = ib_imwrite (   img,
  filename,
  parameters 
)

Save image to a file using Matlab imwrite function.

Implemented for TIF files

Parameters
img-> image (height:width:color)
filename-> destination filename
parameters-> optional structure with parameters
Return values
result-> 1 - success; 0 - fail

Referenced by ibsnapshotGui>snapshotBtn_Callback().

Here is the caller graph for this function: