home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 7 / AACD07.ISO / AACD / Graphics / CyberPiPView / CyberPiPView.doc < prev    next >
Text File  |  2000-02-18  |  6KB  |  160 lines

  1.                      CyberPiPView
  2.             © 1998-2000 by Stephan Rupprecht
  3.                        All rights reserved.
  4.     
  5.  
  6. COPYRIGHT AND DISCLAIMER
  7.  CyberPiPView is copyrighted 1998-2000 by Stephan Rupprecht. 
  8.  All rights reserved. This program is freeware, so no financial  
  9.  donations required. Redistribution allowed if the package is 
  10.  left unchanged. The author is not responsible for any damage 
  11.  caused by the use or misuse of this documentation and/or the
  12.  program(s) it describes.
  13.  
  14.  
  15. REQUIREMENTS CGFX
  16.  - cybergraphics v3/4
  17.  - cv64/3d, piv, bvision/cvppc gfx-board
  18. REQUIREMENTS P96
  19.  - p96 with *cgxvideo emulation* (v1.38 or better)
  20.  - piv or cv64/3d
  21.  
  22.  
  23. DESCRIPTION
  24.  CyberPiPView is another picture viewer with usage of the
  25.  datatypes. This program uses the videolayer feature of a 
  26.  cv64-3d/piv/cvppc to display pictures in 16bit no matter 
  27.  which resolution the current screen has (<=8bit, 15/16/24bit).
  28.  This means that any picture can be shown in up to 65536
  29.  colors even if the current screen just has 8 colors. The
  30.  gfx processors automatically scales the picture to fit on
  31.  the screen. When the window gets resized, the picture will
  32.  be resized, too.
  33.  
  34.  
  35. USAGE
  36.  From shell 
  37.  ----------
  38.  FILES/M:    filename(s) or AmigaDOS pattern(s) of the image(s)
  39.                 which shall be shown.             
  40.  REQUESTER/S:    pop-up filerequester even when CyberPiPView was started
  41.         with filenames given.
  42.  PUBSCREEN/K:    name of pubscreen to show the pix on (must be a cgfx one).
  43.  COLORKEY/S:    Normally the video layer is the front most part of the screen,
  44.         so if you move a window in front of the layer, the window
  45.         remains in the background. When using the COLORKEY option
  46.         windows can cover the video layer (see also known problems
  47.         section).
  48.  DELAY/N/K:    Turns slide show mode on, each picture is shown for DELAY 
  49.         seconds.
  50.  CENTER/S:    center the window on the screen.
  51.  NOSCALING/S:    disable software-scaling (when resizing the window).
  52.  
  53.  
  54.  From WB
  55.  ----------
  56.  CyberPiPView can be started ...
  57.  1. As default tool
  58.  2. By multi selection (click on the program icon, then select the
  59.     files to view [hold the shift key down while doing this] and
  60.     finally do a double click to start CyberPiPView).
  61.  3. By a double-click, a requester will pop up then.
  62.  
  63.  The tooltypes FILES, CENTER, NOSCALING, REQUESTER, PUBSCREEN, COLORKEY and DELAY
  64.  are available from wb, too.
  65.  
  66.  The window
  67.  ----------
  68.  You can resize a picture using the sizegadget. Clicking on the closegadget or
  69.  pressing esc/rmb terminates CyberPiPView. Pressing the lmb (or any key) starts
  70.  displaying the next picture in the list (if there's one:).
  71.  
  72.  
  73. KNOWN PROBLEMS
  74.  - Sometimes crashes your machine :( according to F.Mariak
  75.    this could be a hardware problem of the virge S3 chip. Actually,
  76.    Frank doesn't have much documentation on it, so if someone has
  77.    a good documentation on it ...
  78.    It has been reported that the vlayer feature works stable on p96.
  79.  - Downscaling isn't supported by the ViRGE chip, you might get trash
  80.    at a certain picture size. v2.0 of CyberPiPView works around this
  81.    problem by doing "software" scaling.
  82.  - stripes at the bottom / right border (hardware bug?).
  83.  - When using hi-resolutions you may see flickering stripes, to avoid
  84.    this turn-off (default) the COLORKEY option. Unfortunely deactivating 
  85.    COLORKEY doesn't always help because of the high bandwidth which is
  86.    required. Using CyberPiPView on screens >=15 bit doesn't make much
  87.    sense at all, use CyberWindow by M.Scheler instead.
  88.  - Please note that you can't grab the contents of a video layer.
  89.  - Not a bug: Please set the MULTIMEDIAMEM tooltype to YES (cvision3d
  90.    driver)! Otherwise you'll get an "out of memory" error (This is not
  91.    required for the latest cgx releases anymore).
  92.  - BVision/CVPPC users: Make sure that you've the VLAYER tooltype set
  93.    to DESTRUCTIVE and cgx v4.3 installed.
  94.  
  95.  
  96. HISTORY
  97.  1.0    first public release
  98.  1.1    now checks if a cv64/3d is installed (R. Reiswig),
  99.     didn't close libs when ReadArgs() failed,
  100.     window border no longer covers parts of the pictures,
  101.     added COLORKEY option (see known problems section),
  102.     added DELAY option. 
  103.  1.2    removed some enforcer hits
  104.  1.3    now works with p96 picture.dt (forgot to get a new
  105.     bitmap pointer after remapping).
  106.  1.4    now works with p96 cgxvideo emulation, filerequester
  107.     remembers last path, changed handling of window
  108.  1.5    newer releases of cgxvideo.lib work buffered for both Z2
  109.     and Z3 machines. This slows down CyberPiPView, fixed 
  110.     that problem by changing the way the layer is filled up.
  111.  1.6    newer releases of p96 seem to have a different LibID string
  112.     for their cgfx emulation. That's why cyberpipview failed
  113.     to work with a piv. Fixed that by removing the check for
  114.     a specific gfx-board <reported by several users>. compiled
  115.     with gnuc. v1.5 changes made the program crash on p96.
  116.  1.7    no longer refuses to work with a piv when cgfx is installed
  117.      (latest cgfx version supports piv video overlay). now opens
  118.      a simple refresh window to reduce memory usage <Frank Mariak>.
  119.  1.7a    Whoops! compiled wrong source code (old MaxonC++ one).
  120.  2.0    rewrote most of the code: for pictures that don't fit on the
  121.      screen "software" scaling is done. this is also done when
  122.      making the window smaller and can be disabled with NS=NOSCALING/S.
  123.      added CENTER/S option. improved input handling. this version
  124.      was released to my HP.
  125.  2.1    the closegadget didn't terminate the program. the titlebar of the
  126.      window is now used to display status messages (loading, converting
  127.      aso.). sometimes when resizing the window, "software" scaling was
  128.      done even though hardware scaling could be used. now preserves the
  129.      aspect ratio of a picture when it doesn't fit on the screen (this
  130.      is done by dividing the picture size by a power of 2). could free
  131.      some memory twice on error conditions.
  132.  
  133.  
  134. SPECIAL THANKS GO TO
  135.  Frank Mariak for his help and reworking the cgfx autodocs and 
  136.  includes ;)
  137.  R. Reiswig for his suggestions.
  138.  Emiliano Esposito for his bug report.
  139.  Jan Britsch and Olaf Krafft for beta testing and reporting bugs.
  140.  
  141.  and to all others who sent me mails ...
  142.  
  143.  
  144. AUTHOR
  145.  
  146.  Please send bug reports and ideas to:
  147.  
  148.      Stephan Rupprecht
  149.     Apfeldweg 1
  150.     D44359 Dortmund
  151.     Germany
  152.  
  153.  Send emails to
  154.  
  155.     stephan.rupprecht@gmx.de
  156.  
  157.  WWW
  158.  
  159.     http://stephan.2xs.de
  160.