Mercurial > hg > octave-lyh
diff scripts/image/ntsc2rgb.m @ 2312:204cc7db6f4a
[project @ 1996-07-11 21:20:36 by jwe]
author | jwe |
---|---|
date | Thu, 11 Jul 1996 21:20:36 +0000 |
parents | 2b5788792cad |
children | 5ca126254d15 |
line wrap: on
line diff
--- a/scripts/image/ntsc2rgb.m +++ b/scripts/image/ntsc2rgb.m @@ -19,9 +19,11 @@ ## Image format conversion. -function rgb = ntsc2rgb (yiq) +## Author: Tony Richardson <amr@mpl.ucsd.edu> +## Created: July 1994 +## Adapted-By: jwe - ## Written by Tony Richardson (amr@mpl.ucsd.edu) July 1994. +function rgb = ntsc2rgb (yiq) if (nargin != 1) usage ("ntsc2rgb (yiq)");