Home > freetb4matlab > image > imginfo.m

imginfo

PURPOSE ^

% Get image size from file @var{filename}.

SYNOPSIS ^

function [h,w] = imginfo (fn)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{hw} =} imginfo (@var{filename})
% @deftypefnx{Function File} {[@var{h}, @var{w}] =} imginfo (@var{filename})
% Get image size from file @var{filename}.
%
% The output is the size of the image
% @table @code
% @item @var{h}
% Height of image, in pixels.
% @item @var{w}
% Width  of image, in pixels.
% @item @var{hw} = [@var{h}, @var{w}]
% Height and width of image.
% @end table
%
% NOTE : imginfo relies on the 'convert' program.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003