home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / iffcnv / iffcnv.doc < prev    next >
Text File  |  1990-10-06  |  4KB  |  111 lines

  1. IFFCNV by Bruce Holloway
  2. Copyright (c) 1987,1988 by Bruce Holloway
  3.  
  4. This program and documentation may be copied freely so long as this message
  5. and the title screen are left unchanged. By freely copied, I mean without
  6. charge or profit.
  7.  
  8. Plink:  ATARI*TROS
  9. Delphi: ALBATROSS
  10. Usenet: holloway@drivax.UUCP 
  11.  
  12.  
  13. When I started on this program, there was no way to display IFF files on
  14. the ST. Now there are, but I've gradually been adding to this program, and
  15. it's well on its way to becoming a powerful image processing tool, as well
  16. as an omni-format picture converter similar to PICSWITCH.
  17.  
  18. You can choose any one of a number of input and output formats...
  19.  
  20.     Input format        Output Format
  21.  
  22.     Neochrome (.NEO)    Neochrome (.NEO)
  23.     DEGAS     (.PI?)    DEGAS     (.PI?)
  24.     Tiny      (.TN?)    IFF       (.IFF)
  25.     IFF       (.???)
  26.     Spec512   (.SP?)
  27.  
  28. And more to be added...
  29.  
  30.     GIF       (.GIF)    GIF       (.GIF)
  31.     GEM bitmap(.IMG)    Tiny      (.TNY)
  32.                 Spec512   (.SP?)
  33.  
  34. DIFFERENCES FROM PICSWITCH:
  35.  
  36. IFFCNV can handle _any_ IFF file - HAM mode, high resolution, interlaced,
  37. monochrome, color - doesn't matter. IFFCNV can read Spec512 files and
  38. convert them to any of the output formats. And IFFCNV will soon handle
  39. GIF files - Compuserve's new graphics standard.
  40.  
  41. USING IFFCNV
  42.  
  43. Screen 1: Title Screen
  44.  
  45. Screen 2: File selector - Select the file to display/convert. Press "Okay"
  46. to continue, or "Cancel" to exit the program.
  47.  
  48. Screen 3: Conversion parameters
  49.  
  50.     Dither - No Dither    - use only the colors available; no blending.
  51.          Shade        - do normal dithering.
  52.          Diamond    - on color screens, do another type of dither.
  53.                   on monochrome screens, do a cumulative error
  54.                   shading - often produces striking results.
  55.                   Will port to color screens soon.
  56.  
  57.     Palette - Color        - Use all colors.
  58.           Monochrome    - Use only shades of gray.
  59.           Spectrum 512    - Use up to 48 different colors per scanline.
  60.  
  61.     Resolution - Low Res    - Convert to ST low resolution (320x200x4)
  62.              Medium Res    - Convert to ST medium res     (640x200x2)
  63.              High Res    - Convert to ST high res       (640x400x1)
  64.  
  65.     Compression - Average    - When squashing pictures to fit on a smaller
  66.                   display, average the pixels.
  67.               Dropout    - Ignore every other pixel.
  68.  
  69.     Convert            - Display picture, converting it first to
  70.                   indicated resolution.
  71.  
  72.     Display            - Display picture in resolution closest to
  73.                   the original.
  74.  
  75.     Cancel            - Return to Screen 2.
  76.  
  77. Screen 4: "Converting"        - Messages displayed while converting the
  78.       "IFF Color Pass"      picture. This could be anywhere from a
  79.       "IFF Display Pass"      second to a minute or so.
  80.  
  81. Screen 5: The Picture.        - The picture you've loaded/converted. If
  82.                   the destination resolution was mono and
  83.                   you have a color monitor or vice versa,
  84.                   the display will look a bit munged, but it
  85.                   will save correctly. Hit any key to proceed
  86.                   to the next screen.
  87.  
  88. Screen 6: Output        - Select output type, if any.
  89.  
  90.     Amiga .IFF        - Output to Interchange File Format.
  91.     DEGAS .PI?        - Output to DEGAS file format.
  92.     Neochrome .NEO        - Output to Neochrome. LOW RES ONLY.
  93.     View            - Look at the picture again.
  94.     Save            - Save under current name and indicated
  95.                   extension.
  96.     Save As...        - Choose a new name.
  97.     Cancel            - Return to screen 2.
  98.     Init Printer        - Load a DEGAS printer driver.
  99.     Print            - Print screen on printer. Must have done an
  100.                   "Init Printer" first.
  101.  
  102. NOTES: Most HAM mode pictures use well over a hundred colors. Pictures that
  103. use more than about forty to fifty go beyond IFFCNV's ability to blend them
  104. from the available sixteen colors, so it is usually better to convert them
  105. to monochrome. Try it both ways, of course... 32 color pictures usually
  106. turn out very nicely.
  107.  
  108. Color during IFF and Spectrum 512 conversions is not supported in medium
  109. resolution; you must use low resolution for color.
  110.  
  111.