![]() |
Microscopy Image Browser 2.91
MIB
|
Save image in JPG format, 2D slices. More...
Functions | |
function result = | mibImage2jpg (filename, imageS, options) |
Save image in JPG format, 2D slices. | |
function fn = | mibImage2jpg>generateSequentialFilename (name, num, files_no) |
Save image in JPG format, 2D slices.
function result = mibImage2jpg | ( | filename, | |
imageS, | |||
options ) |
Save image in JPG format, 2D slices.
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
|
result | result of the function: 1 - success, 0 - fail |
References generateSequentialFilename().
Referenced by mibImage.saveImageAsDialog().
function fn = mibImage2jpg>generateSequentialFilename | ( | name, | |
num, | |||
files_no ) |