home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_adpro / devkit / examples / saver.doc < prev   
Encoding:
Text File  |  1994-06-06  |  813 b   |  31 lines

  1. Installation
  2.  
  3. Copy "PicoPainter" and "EGSWindow" in directory "ADPro:Savers2".
  4. Copy "EGSWM" to ADPro:
  5.  
  6. Usage
  7.  
  8. Choose Saver in the ADPro GUI, then select save. If you use
  9. the "PicoPainter"-Saver first start the "PicoPainter".
  10.  
  11. EGSWindow
  12.  
  13. ESC or CLOSEWINDOW closes the Window
  14. '+' increase zoom factor
  15. '-' decrease zoom factor
  16.  
  17. Use the MAXMEM option of ADPro to make sure, there is enough
  18. memory to double buffer the picture.
  19.  
  20. To open EGSWindow on a specific screen use the environment
  21. variables ADPRO_EGS_SCREEN_NAME and ADPRO_EGS_SCREEN_DEPTH
  22.  
  23. for example
  24.  
  25. SETENV APDRO_EGS_SCREEN_NAME "PICOa:VGA 640x480"
  26. SETENV APDRO_EGS_SCREEN_DEPTH 16
  27.  
  28. sets the EGSWindow to the EGS-Screen "PICOa:VGA 640x480"
  29. (default EGS-DEFAULT) and 16 Bit (default 24). If opening
  30. the screen fails, EGSWindow tries to open the EGS-DEFAULT.
  31.