![]() |
Microscopy Image Browser
1.233
|
Save image in TIF format, 2D slices or 3D stacks. More...
Functions | |
function [
result , options ] = | ib_image2tiff (filename, imageS, options, ImageDescription) |
Save image in TIF format, 2D slices or 3D stacks. More... | |
function fn = | ibimage2tiff>generateSequentialFilename (name, num, files_no) |
Save image in TIF format, 2D slices or 3D stacks.
function [ result , options ] = ib_image2tiff | ( | filename, | |
imageS, | |||
options, | |||
ImageDescription | |||
) |
Save image in TIF format, 2D slices or 3D stacks.
filename | filename for the output file |
imageS | dataset to save [1:height, 1:width, 1:color_channels, 1:no_stacks] or [1:height, 1:width, 1:no_stacks] |
options | a structure with optional parameters
|
ImageDescription | - a cell string, or array of cells |
result | result of the function: 1 - success, 0 - fail |
options | structure with used options |
Referenced by menuFileSaveImageAs(), menuMaskSaveAs(), menuModelsSaveAs(), cropObjectsDlg>cropBtn_Callback(), and mibchopDatasetGui>chopBtn_Callback().
function fn = ibimage2tiff>generateSequentialFilename | ( | name, | |
num, | |||
files_no | |||
) |