Code covered by the BSD License  

Highlights from
PNM Toolbox 3.01

from PNM Toolbox 3.01 by Peter J. Acklam
The PNM Toolbox is a collection of MATLAB programs for reading and writing PPM, PGM, PBM, PNM, ...

Contents.m
% PNM Toolbox.
% Version 3.0 02-Nov-2003
%
% Image information.
%   pnmimpnminfo  - Get information about the image in a PNM file.
%   pnmimrasinfo  - Get information about the image in a RAS file.
%   pnmimsgiinfo  - Get information about the image in a sgi file.
%   pnmimxbminfo  - Get information about the image in a xbm file.
%
% Back-ends.
%   pnmreadpnm    - Read image data from a PPM/PGM/PBM file.
%   pnmreadras    - Read image data from a RAS file.
%   pnmreadsgi    - Read image data from a SGI file.
%   pnmreadxbm    - Read image data from an XBM file.
%   pnmwritepnm   - Write a PPM/PGM/PBM file to disk.
%   pnmwriteras   - Write a RAS (Sun raster) file to disk.
%   pnmwritesgi   - Write an SGI (Silicon Graphics image) file to disk.
%   pnmwritexbm   - Write a XBM (X bitmap) file to disk.
%
% Auxiliary functions.
%   pnmpnmgeti    - Get integers from an ASCII encoded PPM/PGM/PBM file.

%   Author:      Peter J. Acklam
%   Time-stamp:  2009-07-21 14:21:54 +02:00
%   E-mail:      pjacklam@online.no
%   URL:         http://home.online.no/~pjacklam

Contact us at files@mathworks.com