home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1995 July / Power_DOS_CD-ROM_Walnut_Creek_July_1995.iso / graphics / viewer / disp187.txt < prev    next >
Text File  |  1995-01-04  |  8KB  |  174 lines

  1. DISP187A.ZIP and DISP187B.ZIP Uploaded by the author.
  2.  
  3. The official site is nctuccca.edu.tw:/PC/graphics/disp.
  4. IP address is 140.111.1.10 or 192.83.166.10
  5. or
  6. You can get it from Simtel mirror sites.
  7. or
  8. from alt.binaries.pictures.utilities
  9.  
  10. DISP???A.ZIP - Basic elements in DISPALY package.
  11. DISP???B.ZIP - Video driver sources and Fonts for DISPLAY.
  12.  
  13.   The author would like to thanks Paul Melman and Bernhard Maerz. Most of
  14.   the new ideas in this version are given by them.
  15.  
  16. Version 1.87: (12/21/94)
  17.   New GO32.EXE from DJGPP 1.12.maint2.
  18.   New resource section : GENERAL_MOVIE.
  19.   Add 'double_size' option to movie playing. (suggested by user)
  20.   Correct the false alarm : "re-save your config file". (user report)
  21.   Support to read non-palette 1-bit PCX image. (user report)
  22.   Support ANSI screen file. (suggested by user)
  23.   Allow user to interrupt TEXT viewer. (suggested by user)
  24.   Improve FITS reading. (suggested by user)
  25.   New resource 'read_fits_scale' in PROCESS_CONTROL section.
  26.   New resource 'ansi_screen_width' for ANSI file in PROCESS_CONTROL section.
  27.   Support movie slide show. (suggested by user)
  28.   New resources for movie slide show in MPEG_MOVIE and GENERAL_MOVIE sections.
  29.   Now command-line filename globbing is handled by DISPLAY, not GO32.
  30.   Support MPEG system stream. You don't need to split it.
  31.   Remove 'Ordered2' dithering method from MPEG player.
  32.   Add 'fix width' and 'fix height' methods to 'resize image' function.
  33.   Support to skip the header in RAWRGB and RAWGRAY image. (suggested by user)
  34.   Add 'raw_bytes_skip' to config.dis (PROCESS_CONTROL section).
  35.     (suggested by user)
  36.   Support to change description filename within DISPLAY and load description
  37.     dynamically. (suggested by user)
  38.   Two function keys : ALT_F and ALT_G to load description and/or image
  39.     information dynamically. (Please read DISPLAY.DOC)
  40.   Add 'noask' option to command-line movie show.
  41.   Support to Read/Write image information from/to description file.
  42.     (suggested by user)
  43.   Two new resources: 'read_desc_dim' & 'write_desc_dim' in config.dis
  44.     (TEXT section) to control the ability to read/write image information
  45.     from/to description file.
  46.   Use g,G to load description and/or image infomation from the file under
  47.     select bar. (suggested by user)
  48.   Support 'mouse ball emulation'. Please read DISPLAY.FAQ. (suggested by user)
  49.   Two resources : 'use_mouse_ball' & 'mouse_ball_factor' in config.dis
  50.     (SYSTEM section).
  51.   ALT_B to toggle the mouse ball emulation. Please see DISPLAY.DOC.
  52.   Support image INDEX file, i.e., select image file from contact sheet.
  53.     Please read DISPLAY.DOC. (suggested by user)
  54.   Support reading VIVID output file. (suggested by user)
  55.   Support writing color ANSI text. (suggested by user)
  56.   New resources for ANSI text writing in ANSI_TEXT section.
  57.   Add 'screen save' feature for text mode only and new resource
  58.     'screen_save_time' in TEXT section. (suggested by user)
  59.   Support to toggle between 'graphic text' and 'normal text'. Use ALT-H.
  60.     (suggested by user)
  61.   Add 'delete tree' feature to 'delete file'. (suggested by user)
  62.   New command 'index', 'no_index' for batch contact sheet generation.
  63.   Support multi-part UUencoder. (suggested by user)
  64.   Tiny clock at the corner. (suggested by user)
  65.   Support to change disk label. (suggested by user)
  66.   Support PCD Base * 16. (suggested by user)
  67.   Support 'association'. Please read the ASSOCIATION section in config.dis.
  68.     (suggested by user)
  69.   Allow to use image as background in contact sheet. (suggested by user)
  70.   New resources for contact sheet.
  71.   Support Thumbnail making (for preview). (suggested by user)
  72.   New resources for thumbnail: use_tnl_preview, global_tnl_path.
  73.   New resource, preserve_image, for 'fit to screen'.
  74.   New resource, return_to_next. Please read display.doc.
  75.   Simple CD player (support Sound Blaster). (suggested by user)
  76.   Support to change graphic text resolution. (suggested by user)
  77.     (with resource, graphic_text_resolution)
  78.   Support multi-part UUdecoder. (suggested by user)
  79.   New resource: 'exclude_mask'.
  80.   support to read/write comment. (suggested by user)
  81.   New resources for comment processing: 'load_comment', 'save_comment'.
  82.   Support lossy GIF compression(similar to GIFLITE).
  83.   New resources for contact sheet generation.
  84.   Support reverse tag.
  85.   Some minor changes.
  86.  
  87.  
  88.    !!! This software is provided "as is" without express or implied     !!!
  89.    !!! warranty. The author is not responsible for any damage caused by !!!
  90.    !!! this program.                                                    !!!
  91.  
  92.  
  93. Introduction:
  94.   This program lets you READ, WRITE and DISPLAY images/movies with different
  95.     formats. It lets you do some special effects (rotation, dithering, ...)
  96.     on images as well.
  97.   Features:
  98.     Includes simple file management system.
  99.     Supports 'slide show', 'batch conversion', 'contact sheet making',
  100.              'image preview'.
  101.     There is NO LIMIT on image size.
  102.     This program supports 8, 15, 16, 24 bits display.
  103.     Supports movie files (DL, FLI/FLC, RAW, MPEG, AVI, IFF/ANIM).
  104.     Supports FLC encoder.
  105.     Tiny screen saver.
  106.     Simple CD player (including Volume control for Sound Blaster).
  107.     Supports mouse.
  108.  
  109.  
  110. Hardware Requirement:
  111.   PC 386 or better. MSDOS 3.3 or higher.
  112.   Hard disk for swapping(virtual memory).
  113.  
  114.   The following description is borrowed from DJGPP.
  115.  
  116.   Supported Wares:
  117.  
  118.   * Up to 128M of extended memory (expanded under VCPI)
  119.   * Up to 128M of disk space used for swapping
  120.   * SuperVGA up to 1280 x 1024.
  121.   * 80387
  122.   * XMS & VDISK memory allocation strategies
  123.   * VCPI programs, such as QEMM, DESQview, and 386MAX
  124.   * Windows, OS/2 (in DOS Box).
  125.  
  126.   Features: 80387 emulator, 32-bit unix-ish environment, flat memory
  127.   model, SVGA graphics.
  128.  
  129.  
  130. Support Format:
  131.  
  132.   Read: GIF(.gif), Japan MAG(.mag), Japan PIC(.jpc), Sun Raster(.ras),
  133.         Jpeg(.jpg)*, XBM(.xbm), Utah RLE(.rle), PBM(.pbm), PGM(.pgm),
  134.         PPM(.ppm), PM(.pm), PCX(.pcx), Japan MKI(.mki), Tiff(.tif),
  135.         Targa(.tga), XPM(.xpm), Mac Paint(.mac), GEM/IMG(.img),
  136.         IFF/ILBM(.lbm), Window BMP(.bmp), QRT ray tracing(.qrt),
  137.         Mac PICT(.pct), VIS(.vis), PDS(.pds), VIKING(.vik), VICAR(.vic),
  138.         FITS(.fit), Usenix FACE(.fac), IRIS(.sgi), YUV(.yuv), RAW RGB(.rgb),
  139.         PCPAINT/Pictor(.pic,.clp), RAW GREY(.gry), Photo-CD(.pcd), 
  140.         VORT output(.pix), WordPerfect Graphics(.wpg), Windows ICON(.ico),
  141.         ANSI screen file(.ans), Image INDEX(.idx), VIVID output(.img),
  142.         Thumbnail(.tnl).
  143.  
  144.         DL(.dl), FLI(.fli), FLC(.flc), RAW(.raw, produced by DMPEG).
  145.         MPEG(.mpg), AVI(.avi), GL(.gl), IFF/ANIM.
  146.  
  147.         the extensions in () are standard extensions.
  148.  
  149.   Write: GIF, Sun Raster, Jpeg*, XBM, PBM, PGM, PPM, PM, Tiff, Targa,
  150.          XPM, Mac Paint, Ascii, Laser Jet, IFF/ILBM, Windows BMP,
  151.          Mac PICT, VIS, FITS, FACE, PCX, GEM/IMG, IRIS, YUV, RAW RGB,
  152.          Postscript, RAW GREY, WordPerfect Graphics, Windows ICON,
  153.          Image INDEX(.idx), ANSI screen file, Thumbnail.
  154.  
  155.   Preview: GIF, Jpeg, PBM, PGM, PPM, PCX, Targa, Windows BMP, Mac Paint,
  156.            Photo-CD.
  157.  
  158.   '*' means 'support image comment'.
  159.  
  160.   All Read/Write formats support full color(8 bits), grey scale, b/w dither,
  161.       and 24 bits image, if allowed for that format.
  162.  
  163.  
  164. Final:
  165.  
  166.   If you have any PROBLEM, SUGGESTION, COMMENT about this program,
  167.   Please send to u7711501@bicmos.ee.nctu.edu.tw (140.113.11.13).
  168.   I need your suggestion to improve this program.
  169.   (There is NO anonymous ftp on this site)
  170.  
  171.  
  172.                                             Jih-Shin Ho
  173.                                    u7711501@bicmos.ee.nctu.edu.tw
  174.