Home > database > ensemble_photo_formats.m

ensemble_photo_formats

PURPOSE ^

returns photo formats allowed by Ensemble

SYNOPSIS ^

function valid_formats = ensemble_photo_formats()

DESCRIPTION ^

 returns photo formats allowed by Ensemble

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function valid_formats = ensemble_photo_formats()
0002 % returns photo formats allowed by Ensemble
0003 %
0004 
0005 valid_formats = {'jpg','tif','png','jpeg','tiff'};
0006 
0007 end
0008

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003