Home » Personal collection » Acorn hard disk » apps » ImagePrcss » !ChangeFSI/FSIuse
!ChangeFSI/FSIuse
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » ImagePrcss |
Filename: | !ChangeFSI/FSIuse |
Read OK: | ✔ |
File size: | 0B04 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There are 3 duplicate copies of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_Apps2.adf » !ChangeFSI/FSIuse
- Personal collection » Acorn hard disk » apps » ImagePrcss » !ChangeFSI/FSIuse
- Personal collection » Acorn hard disk » apps » web » !ChangeFSI/FSIuse
- Personal collection » Acorn hard disk » zipped_disks » 2000_apps_2 » apps2/!ChangeFSI/FSIuse
File contents
Use: ChangeFSI <in file> <out file> <mode>[cdtp] [<n>:<n> [<n>:<n>]] [options] Changes source picture to output sprite in specified mode, with suffix: c 1 bit modes: use clustered dithering with 4x4 cell 2 bit modes: use the four colours "black", "cyan", "magenta" and "yellow" d 1 bit modes: use clustered dithering with 2x2 cell 4 bit modes: use 1 bit red, 1 bit green, 1 bit blue 8 bit modes: 256 level grey scale t 1 bit modes: use clustered dithering with 3x3 cell 4 bit modes: 16 level grey scale r 2 bit modes: Devious colour matching algorithm 4 bit modes: Devious colour matching algorithm 8 bit modes: Devious colour matching algorithm -no suffix- 1 bit modes: b/w dispersed dot dithering 2 bit modes: 4 level grey scale 4 bit modes: 8 level grey scale 8 bit modes: John Bowler's colour matching algorithm (defaults to 'r' mode if not VIDC1 compatible) (see FSIinfo for more information on suffix) The pixel size is corrected for and the default is output of the same size as the input. Size ratios are output:input or = for scale to output size. Mode 'AIM' writes an AIM format output file. Mode 'p15' writes a p15 file. Modes 'p1' to 'p6' write PBM files. Mode 'JPEG' writes a JPEG format output file. 'JPEGMONO' a monochrome one. Quality can be specified by digits after the text e.g. JPEG60 -equal performs histogram equalisation. -hflip, -vflip present the picture left/right reversed / upside down. -rotate +90 degree rotation of the image. -rotate- -90 degree rotation of the image. -info gives details of the source image. -invert inverts the colour range of the input image. -noscale disables automatic pixel size correction. -nosize disables automatic pixel size correction for input pixels only. -range expands the input's dynamic range to full scale. -sharpen digitally sharpens the picture, -sharpen<n> overrides the default of 24: range 8(harsh) to 31(soft). -smooth digitally smooth the picture, -smooth<n> overrides the default of 1: range 1 (very smooth) to 23(hardly smoothed at all). -brighten brightens the entire image (caution: may saturate hues to white) -gamma applies gamma correction, -gamma<n> overrides the default of 2.2 -nodither prevents the error diffusion dithering. -black corrects for black inked spots larger than square pixels, -black<n> overrides the default of 32: range 0(not at all)-128(harsh) -red<r>, -green<r>, -blue<r> allow the red, green, blue weights for monochrome luminance to be changed from their CIE defaults of 0.299, 0.587, 0.114. -max<n> maximum size of output image before output to disc. Modes S16 and S32 write 16 and 32 bit per pixel sprites, with X and Y pixels per inch specified as comma seperated values (e.g. S16,90,90)
00000000 55 73 65 3a 20 43 68 61 6e 67 65 46 53 49 20 3c |Use: ChangeFSI <| 00000010 69 6e 20 66 69 6c 65 3e 20 3c 6f 75 74 20 66 69 |in file> <out fi| 00000020 6c 65 3e 20 3c 6d 6f 64 65 3e 5b 63 64 74 70 5d |le> <mode>[cdtp]| 00000030 20 5b 3c 6e 3e 3a 3c 6e 3e 20 5b 3c 6e 3e 3a 3c | [<n>:<n> [<n>:<| 00000040 6e 3e 5d 5d 20 5b 6f 70 74 69 6f 6e 73 5d 0a 43 |n>]] [options].C| 00000050 68 61 6e 67 65 73 20 73 6f 75 72 63 65 20 70 69 |hanges source pi| 00000060 63 74 75 72 65 20 74 6f 20 6f 75 74 70 75 74 20 |cture to output | 00000070 73 70 72 69 74 65 20 69 6e 20 73 70 65 63 69 66 |sprite in specif| 00000080 69 65 64 20 6d 6f 64 65 2c 20 77 69 74 68 20 73 |ied mode, with s| 00000090 75 66 66 69 78 3a 0a 63 0a 20 20 31 20 62 69 74 |uffix:.c. 1 bit| 000000a0 20 6d 6f 64 65 73 3a 20 75 73 65 20 63 6c 75 73 | modes: use clus| 000000b0 74 65 72 65 64 20 64 69 74 68 65 72 69 6e 67 20 |tered dithering | 000000c0 77 69 74 68 20 34 78 34 20 63 65 6c 6c 0a 20 20 |with 4x4 cell. | 000000d0 32 20 62 69 74 20 6d 6f 64 65 73 3a 20 75 73 65 |2 bit modes: use| 000000e0 20 74 68 65 20 66 6f 75 72 20 63 6f 6c 6f 75 72 | the four colour| 000000f0 73 20 22 62 6c 61 63 6b 22 2c 20 22 63 79 61 6e |s "black", "cyan| 00000100 22 2c 20 22 6d 61 67 65 6e 74 61 22 20 61 6e 64 |", "magenta" and| 00000110 20 22 79 65 6c 6c 6f 77 22 0a 64 0a 20 20 31 20 | "yellow".d. 1 | 00000120 62 69 74 20 6d 6f 64 65 73 3a 20 75 73 65 20 63 |bit modes: use c| 00000130 6c 75 73 74 65 72 65 64 20 64 69 74 68 65 72 69 |lustered ditheri| 00000140 6e 67 20 77 69 74 68 20 32 78 32 20 63 65 6c 6c |ng with 2x2 cell| 00000150 0a 20 20 34 20 62 69 74 20 6d 6f 64 65 73 3a 20 |. 4 bit modes: | 00000160 75 73 65 20 31 20 62 69 74 20 72 65 64 2c 20 31 |use 1 bit red, 1| 00000170 20 62 69 74 20 67 72 65 65 6e 2c 20 31 20 62 69 | bit green, 1 bi| 00000180 74 20 62 6c 75 65 0a 20 20 38 20 62 69 74 20 6d |t blue. 8 bit m| 00000190 6f 64 65 73 3a 20 32 35 36 20 6c 65 76 65 6c 20 |odes: 256 level | 000001a0 67 72 65 79 20 73 63 61 6c 65 0a 74 0a 20 20 31 |grey scale.t. 1| 000001b0 20 62 69 74 20 6d 6f 64 65 73 3a 20 75 73 65 20 | bit modes: use | 000001c0 63 6c 75 73 74 65 72 65 64 20 64 69 74 68 65 72 |clustered dither| 000001d0 69 6e 67 20 77 69 74 68 20 33 78 33 20 63 65 6c |ing with 3x3 cel| 000001e0 6c 0a 20 20 34 20 62 69 74 20 6d 6f 64 65 73 3a |l. 4 bit modes:| 000001f0 20 31 36 20 6c 65 76 65 6c 20 67 72 65 79 20 73 | 16 level grey s| 00000200 63 61 6c 65 0a 72 0a 20 20 32 20 62 69 74 20 6d |cale.r. 2 bit m| 00000210 6f 64 65 73 3a 20 44 65 76 69 6f 75 73 20 63 6f |odes: Devious co| 00000220 6c 6f 75 72 20 6d 61 74 63 68 69 6e 67 20 61 6c |lour matching al| 00000230 67 6f 72 69 74 68 6d 0a 20 20 34 20 62 69 74 20 |gorithm. 4 bit | 00000240 6d 6f 64 65 73 3a 20 44 65 76 69 6f 75 73 20 63 |modes: Devious c| 00000250 6f 6c 6f 75 72 20 6d 61 74 63 68 69 6e 67 20 61 |olour matching a| 00000260 6c 67 6f 72 69 74 68 6d 0a 20 20 38 20 62 69 74 |lgorithm. 8 bit| 00000270 20 6d 6f 64 65 73 3a 20 44 65 76 69 6f 75 73 20 | modes: Devious | 00000280 63 6f 6c 6f 75 72 20 6d 61 74 63 68 69 6e 67 20 |colour matching | 00000290 61 6c 67 6f 72 69 74 68 6d 0a 2d 6e 6f 20 73 75 |algorithm.-no su| 000002a0 66 66 69 78 2d 0a 20 20 31 20 62 69 74 20 6d 6f |ffix-. 1 bit mo| 000002b0 64 65 73 3a 20 62 2f 77 20 64 69 73 70 65 72 73 |des: b/w dispers| 000002c0 65 64 20 64 6f 74 20 64 69 74 68 65 72 69 6e 67 |ed dot dithering| 000002d0 0a 20 20 32 20 62 69 74 20 6d 6f 64 65 73 3a 20 |. 2 bit modes: | 000002e0 34 20 6c 65 76 65 6c 20 67 72 65 79 20 73 63 61 |4 level grey sca| 000002f0 6c 65 0a 20 20 34 20 62 69 74 20 6d 6f 64 65 73 |le. 4 bit modes| 00000300 3a 20 38 20 6c 65 76 65 6c 20 67 72 65 79 20 73 |: 8 level grey s| 00000310 63 61 6c 65 0a 20 20 38 20 62 69 74 20 6d 6f 64 |cale. 8 bit mod| 00000320 65 73 3a 20 4a 6f 68 6e 20 42 6f 77 6c 65 72 27 |es: John Bowler'| 00000330 73 20 63 6f 6c 6f 75 72 20 6d 61 74 63 68 69 6e |s colour matchin| 00000340 67 20 61 6c 67 6f 72 69 74 68 6d 0a 20 20 20 20 |g algorithm. | 00000350 20 20 20 20 20 20 20 20 20 20 20 28 64 65 66 61 | (defa| 00000360 75 6c 74 73 20 74 6f 20 27 72 27 20 6d 6f 64 65 |ults to 'r' mode| 00000370 20 69 66 20 6e 6f 74 20 56 49 44 43 31 20 63 6f | if not VIDC1 co| 00000380 6d 70 61 74 69 62 6c 65 29 0a 28 73 65 65 20 46 |mpatible).(see F| 00000390 53 49 69 6e 66 6f 20 66 6f 72 20 6d 6f 72 65 20 |SIinfo for more | 000003a0 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 6f 6e 20 73 |information on s| 000003b0 75 66 66 69 78 29 0a 54 68 65 20 70 69 78 65 6c |uffix).The pixel| 000003c0 20 73 69 7a 65 20 69 73 20 63 6f 72 72 65 63 74 | size is correct| 000003d0 65 64 20 66 6f 72 20 61 6e 64 20 74 68 65 20 64 |ed for and the d| 000003e0 65 66 61 75 6c 74 20 69 73 20 6f 75 74 70 75 74 |efault is output| 000003f0 20 6f 66 20 74 68 65 20 73 61 6d 65 20 73 69 7a | of the same siz| 00000400 65 20 61 73 0a 74 68 65 20 69 6e 70 75 74 2e 20 |e as.the input. | 00000410 53 69 7a 65 20 72 61 74 69 6f 73 20 61 72 65 20 |Size ratios are | 00000420 6f 75 74 70 75 74 3a 69 6e 70 75 74 20 6f 72 20 |output:input or | 00000430 3d 20 66 6f 72 20 73 63 61 6c 65 20 74 6f 20 6f |= for scale to o| 00000440 75 74 70 75 74 20 73 69 7a 65 2e 0a 4d 6f 64 65 |utput size..Mode| 00000450 20 27 41 49 4d 27 20 77 72 69 74 65 73 20 61 6e | 'AIM' writes an| 00000460 20 41 49 4d 20 66 6f 72 6d 61 74 20 6f 75 74 70 | AIM format outp| 00000470 75 74 20 66 69 6c 65 2e 0a 4d 6f 64 65 20 27 70 |ut file..Mode 'p| 00000480 31 35 27 20 77 72 69 74 65 73 20 61 20 70 31 35 |15' writes a p15| 00000490 20 66 69 6c 65 2e 0a 4d 6f 64 65 73 20 27 70 31 | file..Modes 'p1| 000004a0 27 20 74 6f 20 27 70 36 27 20 77 72 69 74 65 20 |' to 'p6' write | 000004b0 50 42 4d 20 66 69 6c 65 73 2e 0a 4d 6f 64 65 20 |PBM files..Mode | 000004c0 27 4a 50 45 47 27 20 77 72 69 74 65 73 20 61 20 |'JPEG' writes a | 000004d0 4a 50 45 47 20 66 6f 72 6d 61 74 20 6f 75 74 70 |JPEG format outp| 000004e0 75 74 20 66 69 6c 65 2e 0a 20 20 20 20 20 27 4a |ut file.. 'J| 000004f0 50 45 47 4d 4f 4e 4f 27 20 61 20 6d 6f 6e 6f 63 |PEGMONO' a monoc| 00000500 68 72 6f 6d 65 20 6f 6e 65 2e 0a 20 20 20 20 20 |hrome one.. | 00000510 51 75 61 6c 69 74 79 20 63 61 6e 20 62 65 20 73 |Quality can be s| 00000520 70 65 63 69 66 69 65 64 20 62 79 20 64 69 67 69 |pecified by digi| 00000530 74 73 20 61 66 74 65 72 20 74 68 65 20 74 65 78 |ts after the tex| 00000540 74 20 65 2e 67 2e 20 4a 50 45 47 36 30 0a 2d 65 |t e.g. JPEG60.-e| 00000550 71 75 61 6c 20 20 20 20 70 65 72 66 6f 72 6d 73 |qual performs| 00000560 20 68 69 73 74 6f 67 72 61 6d 20 65 71 75 61 6c | histogram equal| 00000570 69 73 61 74 69 6f 6e 2e 0a 2d 68 66 6c 69 70 2c |isation..-hflip,| 00000580 20 2d 76 66 6c 69 70 20 20 20 20 70 72 65 73 65 | -vflip prese| 00000590 6e 74 20 74 68 65 20 70 69 63 74 75 72 65 20 6c |nt the picture l| 000005a0 65 66 74 2f 72 69 67 68 74 20 72 65 76 65 72 73 |eft/right revers| 000005b0 65 64 20 2f 20 75 70 73 69 64 65 20 64 6f 77 6e |ed / upside down| 000005c0 2e 0a 2d 72 6f 74 61 74 65 20 20 20 2b 39 30 20 |..-rotate +90 | 000005d0 64 65 67 72 65 65 20 72 6f 74 61 74 69 6f 6e 20 |degree rotation | 000005e0 6f 66 20 74 68 65 20 69 6d 61 67 65 2e 0a 2d 72 |of the image..-r| 000005f0 6f 74 61 74 65 2d 20 20 2d 39 30 20 64 65 67 72 |otate- -90 degr| 00000600 65 65 20 72 6f 74 61 74 69 6f 6e 20 6f 66 20 74 |ee rotation of t| 00000610 68 65 20 69 6d 61 67 65 2e 0a 2d 69 6e 66 6f 20 |he image..-info | 00000620 20 20 20 20 67 69 76 65 73 20 64 65 74 61 69 6c | gives detail| 00000630 73 20 6f 66 20 74 68 65 20 73 6f 75 72 63 65 20 |s of the source | 00000640 69 6d 61 67 65 2e 0a 2d 69 6e 76 65 72 74 20 20 |image..-invert | 00000650 20 69 6e 76 65 72 74 73 20 74 68 65 20 63 6f 6c | inverts the col| 00000660 6f 75 72 20 72 61 6e 67 65 20 6f 66 20 74 68 65 |our range of the| 00000670 20 69 6e 70 75 74 20 69 6d 61 67 65 2e 0a 2d 6e | input image..-n| 00000680 6f 73 63 61 6c 65 20 20 64 69 73 61 62 6c 65 73 |oscale disables| 00000690 20 61 75 74 6f 6d 61 74 69 63 20 70 69 78 65 6c | automatic pixel| 000006a0 20 73 69 7a 65 20 63 6f 72 72 65 63 74 69 6f 6e | size correction| 000006b0 2e 0a 2d 6e 6f 73 69 7a 65 20 20 20 64 69 73 61 |..-nosize disa| 000006c0 62 6c 65 73 20 61 75 74 6f 6d 61 74 69 63 20 70 |bles automatic p| 000006d0 69 78 65 6c 20 73 69 7a 65 20 63 6f 72 72 65 63 |ixel size correc| 000006e0 74 69 6f 6e 20 66 6f 72 20 69 6e 70 75 74 20 70 |tion for input p| 000006f0 69 78 65 6c 73 20 6f 6e 6c 79 2e 0a 2d 72 61 6e |ixels only..-ran| 00000700 67 65 20 20 20 20 65 78 70 61 6e 64 73 20 74 68 |ge expands th| 00000710 65 20 69 6e 70 75 74 27 73 20 64 79 6e 61 6d 69 |e input's dynami| 00000720 63 20 72 61 6e 67 65 20 74 6f 20 66 75 6c 6c 20 |c range to full | 00000730 73 63 61 6c 65 2e 0a 2d 73 68 61 72 70 65 6e 20 |scale..-sharpen | 00000740 20 64 69 67 69 74 61 6c 6c 79 20 73 68 61 72 70 | digitally sharp| 00000750 65 6e 73 20 74 68 65 20 70 69 63 74 75 72 65 2c |ens the picture,| 00000760 20 2d 73 68 61 72 70 65 6e 3c 6e 3e 20 6f 76 65 | -sharpen<n> ove| 00000770 72 72 69 64 65 73 20 74 68 65 20 64 65 66 61 75 |rrides the defau| 00000780 6c 74 0a 20 20 20 20 20 20 20 20 20 20 6f 66 20 |lt. of | 00000790 32 34 3a 20 72 61 6e 67 65 20 38 28 68 61 72 73 |24: range 8(hars| 000007a0 68 29 20 74 6f 20 33 31 28 73 6f 66 74 29 2e 0a |h) to 31(soft)..| 000007b0 2d 73 6d 6f 6f 74 68 20 20 20 64 69 67 69 74 61 |-smooth digita| 000007c0 6c 6c 79 20 73 6d 6f 6f 74 68 20 74 68 65 20 70 |lly smooth the p| 000007d0 69 63 74 75 72 65 2c 20 2d 73 6d 6f 6f 74 68 3c |icture, -smooth<| 000007e0 6e 3e 20 6f 76 65 72 72 69 64 65 73 20 74 68 65 |n> overrides the| 000007f0 20 64 65 66 61 75 6c 74 20 6f 66 20 31 3a 0a 20 | default of 1:. | 00000800 20 20 20 20 20 20 20 20 20 72 61 6e 67 65 20 31 | range 1| 00000810 20 28 76 65 72 79 20 73 6d 6f 6f 74 68 29 20 74 | (very smooth) t| 00000820 6f 20 32 33 28 68 61 72 64 6c 79 20 73 6d 6f 6f |o 23(hardly smoo| 00000830 74 68 65 64 20 61 74 20 61 6c 6c 29 2e 0a 2d 62 |thed at all)..-b| 00000840 72 69 67 68 74 65 6e 20 62 72 69 67 68 74 65 6e |righten brighten| 00000850 73 20 74 68 65 20 65 6e 74 69 72 65 20 69 6d 61 |s the entire ima| 00000860 67 65 20 28 63 61 75 74 69 6f 6e 3a 20 6d 61 79 |ge (caution: may| 00000870 20 73 61 74 75 72 61 74 65 20 68 75 65 73 20 74 | saturate hues t| 00000880 6f 20 77 68 69 74 65 29 0a 2d 67 61 6d 6d 61 20 |o white).-gamma | 00000890 20 20 20 61 70 70 6c 69 65 73 20 67 61 6d 6d 61 | applies gamma| 000008a0 20 63 6f 72 72 65 63 74 69 6f 6e 2c 20 2d 67 61 | correction, -ga| 000008b0 6d 6d 61 3c 6e 3e 20 6f 76 65 72 72 69 64 65 73 |mma<n> overrides| 000008c0 20 74 68 65 20 64 65 66 61 75 6c 74 20 6f 66 20 | the default of | 000008d0 32 2e 32 0a 2d 6e 6f 64 69 74 68 65 72 20 70 72 |2.2.-nodither pr| 000008e0 65 76 65 6e 74 73 20 74 68 65 20 65 72 72 6f 72 |events the error| 000008f0 20 64 69 66 66 75 73 69 6f 6e 20 64 69 74 68 65 | diffusion dithe| 00000900 72 69 6e 67 2e 0a 2d 62 6c 61 63 6b 20 20 20 20 |ring..-black | 00000910 63 6f 72 72 65 63 74 73 20 66 6f 72 20 62 6c 61 |corrects for bla| 00000920 63 6b 20 69 6e 6b 65 64 20 73 70 6f 74 73 20 6c |ck inked spots l| 00000930 61 72 67 65 72 20 74 68 61 6e 20 73 71 75 61 72 |arger than squar| 00000940 65 20 70 69 78 65 6c 73 2c 20 2d 62 6c 61 63 6b |e pixels, -black| 00000950 3c 6e 3e 0a 20 20 20 20 20 20 20 20 20 20 6f 76 |<n>. ov| 00000960 65 72 72 69 64 65 73 20 74 68 65 20 64 65 66 61 |errides the defa| 00000970 75 6c 74 20 6f 66 20 33 32 3a 20 72 61 6e 67 65 |ult of 32: range| 00000980 20 30 28 6e 6f 74 20 61 74 20 61 6c 6c 29 2d 31 | 0(not at all)-1| 00000990 32 38 28 68 61 72 73 68 29 0a 2d 72 65 64 3c 72 |28(harsh).-red<r| 000009a0 3e 2c 20 2d 67 72 65 65 6e 3c 72 3e 2c 20 2d 62 |>, -green<r>, -b| 000009b0 6c 75 65 3c 72 3e 20 61 6c 6c 6f 77 20 74 68 65 |lue<r> allow the| 000009c0 20 72 65 64 2c 20 67 72 65 65 6e 2c 20 62 6c 75 | red, green, blu| 000009d0 65 20 77 65 69 67 68 74 73 20 66 6f 72 20 6d 6f |e weights for mo| 000009e0 6e 6f 63 68 72 6f 6d 65 0a 20 20 20 20 20 20 20 |nochrome. | 000009f0 20 20 20 6c 75 6d 69 6e 61 6e 63 65 20 74 6f 20 | luminance to | 00000a00 62 65 20 63 68 61 6e 67 65 64 20 66 72 6f 6d 20 |be changed from | 00000a10 74 68 65 69 72 20 43 49 45 20 64 65 66 61 75 6c |their CIE defaul| 00000a20 74 73 20 6f 66 20 30 2e 32 39 39 2c 20 30 2e 35 |ts of 0.299, 0.5| 00000a30 38 37 2c 20 30 2e 31 31 34 2e 0a 2d 6d 61 78 3c |87, 0.114..-max<| 00000a40 6e 3e 20 20 20 6d 61 78 69 6d 75 6d 20 73 69 7a |n> maximum siz| 00000a50 65 20 6f 66 20 6f 75 74 70 75 74 20 69 6d 61 67 |e of output imag| 00000a60 65 20 62 65 66 6f 72 65 20 6f 75 74 70 75 74 20 |e before output | 00000a70 74 6f 20 64 69 73 63 2e 0a 4d 6f 64 65 73 20 53 |to disc..Modes S| 00000a80 31 36 20 61 6e 64 20 53 33 32 20 77 72 69 74 65 |16 and S32 write| 00000a90 20 31 36 20 61 6e 64 20 33 32 20 62 69 74 20 70 | 16 and 32 bit p| 00000aa0 65 72 20 70 69 78 65 6c 20 73 70 72 69 74 65 73 |er pixel sprites| 00000ab0 2c 20 77 69 74 68 20 58 20 61 6e 64 20 59 20 70 |, with X and Y p| 00000ac0 69 78 65 6c 73 0a 70 65 72 20 69 6e 63 68 20 73 |ixels.per inch s| 00000ad0 70 65 63 69 66 69 65 64 20 61 73 20 63 6f 6d 6d |pecified as comm| 00000ae0 61 20 73 65 70 65 72 61 74 65 64 20 76 61 6c 75 |a seperated valu| 00000af0 65 73 20 28 65 2e 67 2e 20 53 31 36 2c 39 30 2c |es (e.g. S16,90,| 00000b00 39 30 29 0a |90).| 00000b04