home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / grafica / cyberpipview / cyberpipview.doc next >
Encoding:
Text File  |  2000-06-13  |  7.0 KB  |  176 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.  COLORREDUCTION/K: when setting this option to ISLOW, CyberPiPView will
  53.          use a slightly different way to reduce the image data 
  54.          to 16bits. This will give you better quality (?) but
  55.          is much slower than the default method (IFAST).
  56.  FULLSCREEN/S:    this will make the window as large as the screen (in most
  57.          cases).
  58.  
  59.  
  60.  From WB
  61.  ----------
  62.  CyberPiPView can be started ...
  63.  1. As default tool
  64.  2. By multi selection (click on the program icon, then select the
  65.     files to view [hold the shift key down while doing this] and
  66.     finally do a double click to start CyberPiPView).
  67.  3. By a double-click, a requester will pop up then.
  68.  
  69.  All commandline options are available as tooltypes, too.
  70.  
  71.  The window
  72.  ----------
  73.  You can resize a picture using the sizegadget. Clicking on the closegadget or
  74.  pressing esc/rmb terminates CyberPiPView. Pressing the lmb (or any key) starts
  75.  displaying the next picture in the list (if there's one:).
  76.  
  77.  
  78. KNOWN PROBLEMS
  79.  - Sometimes crashes your machine :( according to F.Mariak
  80.    this could be a hardware problem of the virge S3 chip. Actually,
  81.    Frank doesn't have much documentation on it, so if someone has
  82.    a good documentation on it ...
  83.    It has been reported that the vlayer feature works stable on p96.
  84.    cgx 4.3 works very stable, too (at least the ViRGE driver).
  85.  - Downscaling isn't supported by the ViRGE chip, you might get trash
  86.    at a certain picture size. v2.0 of CyberPiPView works around this
  87.    problem by doing "software" scaling.
  88.  - stripes at the bottom / right border (hardware bug?).
  89.  - When using hi-resolutions you may see flickering stripes, to avoid
  90.    this turn-off (default) the COLORKEY option. Unfortunately deactivating 
  91.    COLORKEY doesn't always help because of the high bandwidth which is
  92.    required. Using CyberPiPView on screens >=15 bit doesn't make much
  93.    sense at all, use CyberWindow by M.Scheler instead.
  94.  - Please note that you can't grab the contents of a video layer.
  95.  - Not a bug: Please set the MULTIMEDIAMEM tooltype to YES (cvision3d
  96.    driver)! Otherwise you'll get an "out of memory" error (This is not
  97.    required for the latest cgx releases anymore).
  98.  - BVision/CVPPC users: Make sure that you've the VLAYER tooltype set
  99.    to DESTRUCTIVE and at least cgx v4.3 installed.
  100.  
  101.  
  102. HISTORY
  103.  1.0    first public release
  104.  1.1    now checks if a cv64/3d is installed (R. Reiswig),
  105.     didn't close libs when ReadArgs() failed,
  106.     window border no longer covers parts of the pictures,
  107.     added COLORKEY option (see known problems section),
  108.     added DELAY option. 
  109.  1.2    removed some enforcer hits
  110.  1.3    now works with p96 picture.dt (forgot to get a new
  111.     bitmap pointer after remapping).
  112.  1.4    now works with p96 cgxvideo emulation, filerequester
  113.     remembers last path, changed handling of window
  114.  1.5    newer releases of cgxvideo.lib work buffered for both Z2
  115.     and Z3 machines. This slows down CyberPiPView, fixed 
  116.     that problem by changing the way the layer is filled up.
  117.  1.6    newer releases of p96 seem to have a different LibID string
  118.     for their cgfx emulation. That's why cyberpipview failed
  119.     to work with a piv. Fixed that by removing the check for
  120.     a specific gfx-board <reported by several users>. compiled
  121.     with gnuc. v1.5 changes made the program crash on p96.
  122.  1.7    no longer refuses to work with a piv when cgfx is installed
  123.      (latest cgfx version supports piv video overlay). now opens
  124.      a simple refresh window to reduce memory usage <Frank Mariak>.
  125.  1.7a    Whoops! compiled wrong source code (old MaxonC++ one).
  126.  2.0    rewrote most of the code: for pictures that don't fit on the
  127.      screen "software" scaling is done. this is also done when
  128.      making the window smaller and can be disabled with NS=NOSCALING/S.
  129.      added CENTER/S option. improved input handling. this version
  130.      was released to my HP.
  131.  2.1    the closegadget didn't terminate the program. the titlebar of the
  132.      window is now used to display status messages (loading, converting
  133.      aso.). sometimes when resizing the window, "software" scaling was
  134.      done even though hardware scaling could be used. now preserves the
  135.      aspect ratio of a picture when it doesn't fit on the screen (this
  136.      is done by dividing the picture size by a power of 2). could free
  137.      some memory twice on error conditions.
  138.  2.2    speeded up scaling code a bit. a few cosmetical changes. added
  139.      CR=COLORREDUCTION/K option. supports ham and ehb images through
  140.      pictdt v44, now. reduced memory usage and improved speed when
  141.      p96 pictdt or os3.5 pictdt is used.
  142.  2.3    the program displays the scaled size (this might differ a bit from
  143.      the real image size as the layer will have a width that is a multiple
  144.      of 16) of the image in pixels as well as in percent, now. added
  145.       FS=FULLSCREEN/S option <Joni Halme>.
  146.  2.4    fixed enforcer hit on startup <Phillipe Bovier>.
  147.  
  148.  
  149. SPECIAL THANKS GO TO
  150.  Frank Mariak for his help and reworking the cgfx autodocs and 
  151.  includes ;)
  152.  R. Reiswig for his suggestions.
  153.  Emiliano Esposito for his bug report.
  154.  Jan Britsch and Olaf Krafft for beta testing and reporting bugs.
  155.  
  156.  and to all others who sent me mails ...
  157.  
  158.  
  159. AUTHOR
  160.  
  161.  Please send bug reports and ideas to:
  162.  
  163.      Stephan Rupprecht
  164.     Apfeldweg 1
  165.     D44359 Dortmund
  166.     Germany
  167.  
  168.  Send emails to
  169.  
  170.     stephan.rupprecht@gmx.de
  171.     stephan.rupprecht@web.de
  172.  
  173.  WWW
  174.  
  175.     http://stephan.2xs.de
  176.