home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / utilities / utility_02 / convrters2 / !ChangeFSI / FSIuse < prev    next >
Text File  |  1996-03-11  |  3KB  |  55 lines

  1. Use: ChangeFSI <in file> <out file> <mode>[cdtp] [<n>:<n> [<n>:<n>]] [options]
  2. Changes source picture to output sprite in specified mode, with suffix:
  3. c
  4.   1 bit modes: use clustered dithering with 4x4 cell
  5.   2 bit modes: use the four colours "black", "cyan", "magenta" and "yellow"
  6. d
  7.   1 bit modes: use clustered dithering with 2x2 cell
  8.   4 bit modes: use 1 bit red, 1 bit green, 1 bit blue
  9.   8 bit modes: 256 level grey scale
  10. t
  11.   1 bit modes: use clustered dithering with 3x3 cell
  12.   4 bit modes: 16 level grey scale
  13. r
  14.   2 bit modes: Devious colour matching algorithm
  15.   4 bit modes: Devious colour matching algorithm
  16.   8 bit modes: Devious colour matching algorithm
  17. -no suffix-
  18.   1 bit modes: b/w dispersed dot dithering
  19.   2 bit modes: 4 level grey scale
  20.   4 bit modes: 8 level grey scale
  21.   8 bit modes: John Bowler's colour matching algorithm
  22.                (defaults to 'r' mode if not VIDC1 compatible)
  23. (see FSIinfo for more information on suffix)
  24. The pixel size is corrected for and the default is output of the same size as
  25. the input. Size ratios are output:input or = for scale to output size.
  26. Mode 'AIM' writes an AIM format output file.
  27. Mode 'p15' writes a p15 file.
  28. Modes 'p1' to 'p6' write PBM files.
  29. Mode 'JPEG' writes a JPEG format output file.
  30.      'JPEGMONO' a monochrome one.
  31.      Quality can be specified by digits after the text e.g. JPEG60
  32. -equal    performs histogram equalisation.
  33. -hflip, -vflip    present the picture left/right reversed / upside down.
  34. -rotate   +90 degree rotation of the image.
  35. -rotate-  -90 degree rotation of the image.
  36. -info     gives details of the source image.
  37. -invert   inverts the colour range of the input image.
  38. -noscale  disables automatic pixel size correction.
  39. -nosize   disables automatic pixel size correction for input pixels only.
  40. -range    expands the input's dynamic range to full scale.
  41. -sharpen  digitally sharpens the picture, -sharpen<n> overrides the default
  42.           of 24: range 8(harsh) to 31(soft).
  43. -smooth   digitally smooth the picture, -smooth<n> overrides the default of 1:
  44.           range 1 (very smooth) to 23(hardly smoothed at all).
  45. -brighten brightens the entire image (caution: may saturate hues to white)
  46. -gamma    applies gamma correction, -gamma<n> overrides the default of 2.2
  47. -nodither prevents the error diffusion dithering.
  48. -black    corrects for black inked spots larger than square pixels, -black<n>
  49.           overrides the default of 32: range 0(not at all)-128(harsh)
  50. -red<r>, -green<r>, -blue<r> allow the red, green, blue weights for monochrome
  51.           luminance to be changed from their CIE defaults of 0.299, 0.587, 0.114.
  52. -max<n>   maximum size of output image before output to disc.
  53. Modes S16 and S32 write 16 and 32 bit per pixel sprites, with X and Y pixels
  54. per inch specified as comma seperated values (e.g. S16,90,90)
  55.