Mercurial > hg > octave-lyh
comparison scripts/image/Make_IMAGE_toolbox @ 2334:893481f3a763
[project @ 1996-07-19 02:42:08 by jwe]
Initial revision
author | jwe |
---|---|
date | Fri, 19 Jul 1996 02:47:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2333:b1a56412c385 | 2334:893481f3a763 |
---|---|
1 #!/bin/sh | |
2 | |
3 SRC=" | |
4 Make_IMAGE_toolbox | |
5 README | |
6 ToDo | |
7 colormap.m | |
8 default.img | |
9 gray.m | |
10 gray2ind.m | |
11 image.m | |
12 imagesc.m | |
13 imshow.m | |
14 ind2gray.m | |
15 ind2rgb.m | |
16 loadimage.m | |
17 ntsc2rgb.m | |
18 ocean.m | |
19 octtopnm.c | |
20 rgb2ind.m | |
21 rgb2ntsc.m | |
22 saveimage.m | |
23 " | |
24 | |
25 command="shar $SRC > image_toolbox.shar" | |
26 | |
27 echo $command | |
28 eval $command | |
29 | |
30 exit 0 |