home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 403.lha / VediSrc / Vedi.Read < prev    next >
Encoding:
Text File  |  1990-08-06  |  3.5 KB  |  78 lines

  1. Vedi is another IFF show utility that allows all what the other does not
  2.  
  3.    - Show pictures in whatever resolution supporting PAL & NTSC standard
  4.      on the Amiga, centering correctly the display, these include:
  5.  
  6.                          NTSC               PAL
  7.  
  8.                       320 x 200          320 x 256
  9.                       320 x 400          320 x 512
  10.                       640 x 200          640 x 256
  11.                       640 x 400          640 x 512
  12.  
  13.    - Overscan pictures up to 384 lo-res or 768 hi-res pixels horizontal,
  14.      if the monitor allows for a wide horizontal band,  normal  monitors
  15.      (1084) allows a maximum of 368 lo-res or 736 hi-res pixels.
  16.  
  17.    - Overscan pictures up to 240 normal or 480 interlaced lines in NTSC,
  18.      and up to 296 normal or 592 interlaced lines in  PAL if the monitor
  19.      allows it.
  20.  
  21.    - Correctly center the pictures on the display even when showing NTSC
  22.      pictures on PAL machines or viceversa (i hope so! try it please!)
  23.  
  24.    - Correctly handles Hold And Modify and Extra Half Brite modes in the
  25.      resolution that allows it on the Amiga 500/2000 (lo-res) some A1000
  26.      doesn't allows EHB mode if the Denise chip have not been upgraded.
  27.  
  28.    - Correctly handles the new Dynamic-Res mode implemented here as BEAM
  29.      chunk in a ILBM FORM. Only lo-res, all color modes and # of planes,
  30.      interlaced or non interlaced. This  does not hog  the machine  busy
  31.      waiting for a beam position, a copper list is build instead and the
  32.      processor is freed up to run at his normal speed (BEAM != CTBL).
  33.  
  34.    - Small size if you compare it with other show utilities with similar
  35.      capabilities. Think to Dynamic-Res, and as you can see the  full EA
  36.      header files and routines for special FORM's handling are linked in
  37.      the executable (and there is still room for reduction/improvements,
  38.      since you have the sources (Vedi != COMMERCIAL PRODUCT).
  39.  
  40.    - Allows the display of pictures up to '1024 x 1024' pixels in lo-res
  41.      with 'BEAM Palettes' that allows real 4096 colors simultaneously on
  42.      each line, both in interlace or non interlace mode (BEAM != SHAM).
  43.  
  44. In other words here you find the sources and some pictures  I downloaded
  45. from BIX and hacked to work with my viewer. Sorry I have not a ray trace
  46. program to show up the capabilites of this mode nor an image wich  fully
  47. use this extra color capability of your Amiga. I hope somebody  will mo-
  48. dify their converter from "whatever format" to "HAM format"  to take ad-
  49. vantage of these graphic improvements for the Amiga.
  50.  
  51.  
  52. WAYS TO CHANGE CTBL OR SHAM FILES INTO BEAM FILES
  53. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  54.  
  55. In future I will probably change the name of this format in CTBL, A-HAM,
  56. or whatever Commodore Amiga approves. (I found it works on A3000 too !).
  57.  
  58. I think SHAM should be the right one since Rhett was the first (or not)!
  59.  
  60. Use NewZap or whatever similar file zap utility and change the word CTBL
  61. in BEAM in the first block of the IFF file, then change the CAMG  value,
  62. it is 8004, change it to 4004 to show it in lo-res with Vedi or 4804 to
  63. show it in lo-res HAM mode.
  64.  
  65. To change SHAM files in BEAM files is easy but you need an utility to do
  66. the job for you (actually I should have at least a BASIC  skeleton  that
  67. does this in some place, if I find it you will find it too on the disk).
  68.  
  69.  
  70. THIS IS THE END
  71. =-=-=-=-=-=-=-=
  72.  
  73. I have to thanks many guys on BIX  for their routines (and sources), the
  74. artist for their images, Rhett Andersen  that gave me the ideas and Bart
  75. Withebook which helped me with some question during the DevCon in Paris.
  76.  
  77.  
  78.