⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getimreadsupportedtypesfilterspec.m

📁 matlab aamtool box
💻 M
字号:
function [filterSpec] = getImreadSupportedTypesFilterSpec()
% function [filterSpec] = getImreadSupportedFilterSpec()
%
% Description:
% Returns the filterSpec containing all file types supported by function
% imread. As opposed to getImreadSupportedTypesListFilterSpec this
% function returns a one-element filter containing all the supported
% graphics file types at once.
% 
% Author: Johann Strasser
% Date: 070312

filterSpec = {
        '*.bmp;*.cur;*.gif;*.hdf;*.ico;*.jpg;*.jpeg;*.pbm;*.pcx;*.pgm;*.png;*.pnm;*.ppm;*.ras;*.tif;*.tiff;*.xwd', ...
        'MATLAB imread supported image formats (*.cur;*.gif;*.hdf;*.ico;*.jpg;*.jpeg;*.pbm;*.pcx;*.pgm;*.png;*.pnm;*.ppm;*.ras;*.tif;*.tiff;*.xwd)';};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -