home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro136 / read.me < prev    next >
Encoding:
Text File  |  1992-11-29  |  16.4 KB  |  389 lines

  1. *****************************************************************************
  2. *                                                                             *
  3. *  Please read the GIFREED.DOC for complete instructions on GIF-REED.         *
  4. *                                                                             *
  5. *******************************************************************************
  6.  
  7.  
  8. ******************* [ Important..... Please Read........] ******************
  9.          You should ALWAYS delete your GIFV.CFG file before loading
  10.          any New version of GIF-REED in case the formats for the CFG
  11.          file differs from your old one. Once in the program, reset
  12.          all the switches the way you want them. Then use ALT-U to
  13.          save out your NEW configuration. It's NOT that big of a deal
  14.          to do, so just do it to it! Otherwise your system may LOCK-UP
  15.          upon loading GIF-REED!
  16. ****************************************************************************
  17.  
  18. GIF-REED History of changes:
  19.  
  20.  
  21. NEW this 3.2 version 11/30/92:
  22.        Made it so that if an image has TOO large of a width (X resolution)
  23.        then it won't load! This prevents lock ups when loading images that
  24.        are outside the limits of the program!
  25.  
  26.        You can now use *.* for global image searches instead *.GIF etc...
  27.        For example:
  28.            GIFV D:\PICTURES\*.*
  29.        This would load EVERYfile from the PICTURES directory. If you have
  30.        .EXE and .COM files they will be skipped. In fact any file that can
  31.        NOT be determined will be skipped!
  32.  
  33.  
  34.        Made 3 different versions:
  35.             1. NON-REGISTERED version (Free)
  36.                256 files
  37.                350K Required to run!
  38.             2. REGISTERED     version ($25)
  39.                * No annoying screens
  40.                * Partial(limited) script language
  41.                * Print images to HP compatible printer.
  42.                * Saving current default settings to a configuration file.
  43.                * XMS can be used as the Picture Buffer for faster operations.
  44.                * Personalized Slide shows via limited script language!
  45.                * Allows more than 40 entries in the File Description DataBase
  46.                * DOS/BOSS key to temporarally shell to DOS at ANY TIME!
  47.                * You can MIRROR, FLIP or ROTATE the images on your screen.
  48.                * Up to 512 files!
  49.                * Up to 2048 dot(pixel)width on files
  50.                * Up to 1024 dot(pixel)width for SCREEN resolution
  51.                * Up to 6 Directory Paths!
  52.                * Requires 320K memory to run at full capacity!
  53.             3. PRO            version ($49.95)
  54.                * Pixel Editing (Image editing!)
  55.                * Full Script language (extra commands)
  56.                       1. System
  57.                       2. GOSUB
  58.                       3. ECHO
  59.                       4. FILE-COPY
  60.                       5. FILE-MOVE
  61.                       6. FILE-RENAME
  62.                       7. FILE-DELETE
  63.                       8. SORT-COLORS
  64.                       9. EGA-MODE
  65.                       10. VGA-MODE
  66.                       11. EGA-COLOR-ADJUST
  67.                       12. KEEP-SCREEN-SIZE
  68.                       13. WRITE
  69.                       14. PRINT
  70.                * Box & Lines
  71.                * Fill BLOCKs out of the image with a selected color
  72.                * Up to 2048 files!
  73.                * Up to 8192 width on files
  74.                * Up to 2048 dot(pixel)width for SCREEN resolution
  75.                * Up to 20 Directory Paths!
  76.                * Requires 490K memory to run at full capacity!
  77.  
  78.        Added script commands:
  79.              EGA-MODE
  80.              VGA-MODE
  81.              EGA-COLOR-ADJUST
  82.              KEEP-SCREEN-SIZE
  83.  
  84.        Added system variables
  85.              IMAGE_COLORS
  86.              FILE_NAME
  87.              V_#
  88.  
  89.        Improved script commands:
  90.              SET
  91.              ECHO
  92.  
  93.        If you try to run a script file with a command in it that your are
  94.        NOT registered to use, then the program will pop up a message.
  95.  
  96.        Renamed CREDITS.DOC to MONEY.DOC
  97.  
  98.        Added GIFV.SLT and GIFV.SLU to package!
  99.  
  100.        Added # of color on the file status line in the file list menu next to
  101.        the files X & Y resolution!
  102.  
  103.        Allow mouse clicking on the "VGA:" or "EGA:" title on the resolution
  104.        modes line.
  105.  
  106.        If you ran out of TEMP space on your TEMP drive then instead of getting
  107.        an error message "Error saving picture" and then EXITING the picture,
  108.        NOW the program issues the error message and CONTINUES with the
  109.        viewing of the program. The error NOW indicates that you CAN'T restore
  110.        to the PREVIOUS picture if the change you make to the picture (trim)
  111.        is NOT to your liking!
  112.  
  113.        Screen display is now faster when moving pictures around on the screen!
  114.  
  115.        Fixed temp space full bug. If you ran out of temp space, the temp file
  116.        created wouldn't be erased. It is now erased because the file wasn't
  117.        complete anyhow!
  118.  
  119.        Fixed EMS bug where if you RAN out of EMS memory or EMS handles the
  120.        program would(could) do strange things(lock up!).
  121.  
  122.        Fixed bug in GIF files that didn't have a global color map(rare case!)!
  123.        It now works properly.
  124.  
  125.        EMS memory support is now better. Instead of allocating multiple 64K
  126.        blocks to load a picture, we now adjust the size of the current EMS
  127.        block. This way you won't run out of EMS handles on large images!
  128.  
  129. NEW this 3.1  version 11/15/92:
  130.  
  131.        Added EGA support of 320x200 16 colors, 640x200 16 colors, 640x350
  132.        16 colors and 640x480 16 colors. The EGA support is NOT as fast as
  133.        the 256 color (VGA) support. It's just here so that if all you have
  134.        is EGA you can still make use of the program to do things with your
  135.        image files (even if it's just using the script language to process
  136.        you files.)
  137.  
  138.        Fixed tiny bug where if you were adding text to a picture it was possi-
  139.        ble that once you started to move the text where you wanted it the text
  140.        would just dissappear as though you had pressed ESCAPE to abort the
  141.        text placement!
  142.  
  143.        Fixed tiny bug in BOX making routine where if the picture was located
  144.        so the left edge of the picture was near the middle of the screen and
  145.        as you were drawing the box made the left edge of the BOX cross over
  146.        the left edge of the picture the BOX would leave REMNENTS behind on
  147.        the picture (nothing was hurt though).
  148.  
  149.        Added ability to abort loading BMP Files as well as GIF files by
  150.        pressing the left or right mouse button or pressing PgUp or PgDn or
  151.        ESCape!
  152.  
  153.        Added PCX file format for Reading and Writing(Very FAST)!
  154.  
  155.        The "WRITE P" script command is now activated to write PCX files!
  156.  
  157.        ALT-G now searches your drives for PCX files TOO!
  158.  
  159.        Added BOX making capability! Just mark a box (like you would do to
  160.        do a trim) then press "B". Then pick a color, then pick a thickness
  161.        then wala, the box is now in the image!
  162.  
  163.        Added LINE drawing capability. Just mark a very narrow box(1 dot tall)
  164.        and then finish like the BOX procedure above and then poof a line!
  165.  
  166.        Added the ability to see if a color in the color map isn't currently
  167.        being used in the picture. It shows the color BOX with a little black
  168.        box inside of it with a white dot in the very middle of it.
  169.  
  170.        You can now sort the color map WITHOUT adjusting the image itself!
  171.  
  172.        You can now order the colors in the color map to your own liking! (Just
  173.        go into edit mode {E while viewing} and move the mouse on top of a
  174.        color in the color map that you want to move. Press DELete. Now move
  175.        the mouse on top a the color where you want to old color to appear and
  176.        press INSert!)
  177.  
  178.        Fixed little stuff!
  179.  
  180.        Updated DOCS.
  181.  
  182. NEW this 3.0  version 11/13/92:
  183.        Made program faster in general (when operating in graphics mode!)
  184.  
  185.        Added SORT-COLORS to the script language so that you may re-write
  186.        all of your images with a sorted color map with the most used colors
  187.        at the front of the color map. This is great for images begin displayed
  188.        in Windows because Windows GRABS the TOP 4-16 colors in every images
  189.        color map for display purposes. This produces FUNNY looking pictures
  190.        if the picture used a lot of a particular color that Windows took and
  191.        changed to its own liking!
  192.  
  193.        You can press "S" while viewing a picture to sort the color-map!
  194.  
  195.        Full blown pixel editing and color editing.
  196.  
  197.        You can now mark a block and fill it in with ANY color available in
  198.        the color map of the image!
  199.  
  200.        Fixed tiny bug where if your box that you are marking started on the
  201.        TOP line or the LEFT edge of the screen you wouldn't see the entire
  202.        box being drawn on the screen!
  203.        Made some routines faster!
  204.  
  205.        Fixed tiny bug where it was possible the files would not appear in
  206.        sorted order(rare!)
  207.        Updated DOCS!
  208. NEW this 2.9  version 11/10/92:
  209.        Added pixel rudiments of editing capability!
  210. NEW this 2.8B version 11/05/92:
  211.        Updated DOCS with new script commands!
  212.  
  213. ******************************************************************************
  214.  
  215.                      S H A R E W A R E  -  C O N C E P T
  216.                      ===================================
  217.  
  218. GIF-REED is copyrighted software. However, you are encouraged to copy and
  219. share the NON-REGISTERED version with anybody with the following in mind:
  220.  
  221.         The NON-REGISTEREED version of GIF-REED may be copied freely and
  222.         given to others, as long as NO charge or renumeration of ANY sort
  223.         is required. If must be copied in its entirety with NO alterations
  224.         to the programs or DOC files. It may be distributed by modem, as
  225.         long as all files in the package are ZIPPED(or some equivalent)
  226.         into one file.
  227. GIF-REED is NOT "FREE" software. If you use it past 30 days, you are required
  228. to pay for it by registering it. Of course you can register it earlier.
  229.  
  230.  
  231.              **********   Reasons To Register Today  **********
  232.  
  233. When you received this copy of GIF-REED, no monies were paid to us. In order
  234. for us to keep working on this product to make it better with more features,
  235. we request that you register the program by paying for it. The registration
  236. charge is very nominal $25 (The cost of ONE evenings entertainment!). If you
  237. wish to order PRO GIF-REED the cost is $49.95 (The cost of ONE deluxe evenings
  238. entertainment!).
  239.  
  240. Of course the REGISTERED version has some enhancements. The following
  241. is a list of the advanced features you can do with the REGISTERED GIF-REED:
  242.  
  243.          1. Print images to HP compatible printer.
  244.          2. Saving current default settings to a configuration file.
  245.          3. XMS can be used as the Picture Buffer for faster operations.
  246.          4. Personalized Slide shows through slide show script language!
  247.          5. Allows more than 40 entries in the File Description DataBase
  248.          6. DOS/BOSS key to temporarally shell to DOS at ANY TIME!
  249.          7. You can MIRROR, FLIP or ROTATE the images on your screen.
  250.          8. You can have up to 512 files in the files list to choose from
  251.          9. No annoying entry & exits screens such as this one.
  252.  
  253. Of course the PRO version has some other enhancements on top of the REGISTERED
  254. version of GIF-REED. The following is a list of the advanced features you
  255. have with PRO GIF-REED:
  256.  
  257.          1. Image editor. You can change each DOT's color.
  258.          2. Full script language
  259.          3. Draw boxes & lines onto image
  260.          4. Fill in boxes with any color onto image
  261.          5. You can have up to 2048 files in the file list to choose from
  262.             instead of 512 files.
  263.          6. You can load & display images with a width up to 8192 dots wide
  264.             instead of 2048
  265.          7. You can have screen resolutions up to 2048 dots wide supported
  266.             instead of 1024. If your VGA card supports it!)
  267.          8. You can have up to 20 input directory paths instead of 6
  268.          9. No annoying entry & exits screens such as this one.
  269.  
  270. ******************************************************************************
  271.  
  272.                            GIFREED Version x.x
  273.  
  274.                     (C)opyright 1992, Software Matters INC.
  275.  
  276.                               (317) 253-8088
  277.                            Contact: Davie Lee Reed
  278.                            Software Matters INC.
  279.                            6352 N. Guilford Ave.
  280.                              Indpls, IN 46220
  281.  
  282.  
  283. Any question or comments please call me at 1-800-25-FLASH and ask for:
  284.                              Davie Lee Reed.
  285.  
  286. P.S.  Thanks you trying this new program out and possibly helping me improve it.
  287.  
  288. P.P.S I have decided to leave in debug code which makes the program about 60K
  289.       bigger than it normally would be and it also makes it run SLOWER.
  290.       I have done this to ease in debugging the program. If an error occurs in
  291.       the program the debug code will spit out some important information such
  292.       as the program location and what type of error. If a RUNTIME error occurs
  293.       please report it to me A.S.A.P. along with the location and error code!
  294.  
  295. Gif REED is a GIF viewer for up to 256K colors only.
  296.  
  297. Currently the only automatically supported super vga boards supported are:
  298.  
  299.       Orchid Pro Designer IIS board
  300.       Paradise VGA
  301.       ATI XL
  302.       Trident
  303.       Trident-New
  304.       Cardinal
  305.       Orchid Farhenheit 1280
  306.       ATI/Wonder
  307.       Video7
  308.       Video7B
  309.       VESA
  310.  
  311. There are a bunch more that are supported through direct hardware control,
  312. but you have to set the GIFREED environment variable to indicate what board
  313. you have. If the GIFREED variable is set to a board that is not hardware
  314. directly supported by this program then the BIOS mode will be used for that
  315. board. The BIOS mode is MUCH slower that hardware direct.
  316.  
  317. GifREED automatically looks for a VESA driver. This driver makes VGA graphics
  318. handling a lot more compatible. If a VESA driver is found, it will be used,
  319. even if your hardware is directly supported from the list above! If you find
  320. that your VESA driver is BUGGY or doesn't seem to work, then try setting:
  321.  
  322.              GIFREED=NOVESA
  323.  
  324. This forces GifREED to NOT look at the VESA driver. Also if you want to
  325. force support for one of the following, you can set GIFREED to one of
  326. the following:
  327.  
  328.                   TRI-OLD
  329.                   TRIDENT
  330.                   STB
  331.                   STB4000
  332.                   EVEREX
  333.                   EVEREX678
  334.                   AHEAD
  335.                   ATI/WONDER
  336.                   ATI/PRISM
  337.                   CHIPTECH
  338.                   DEFINICON
  339.                   GENOA-A
  340.                   GENOA-B
  341.                   HEADLAND
  342.                   ZYMOS
  343.                   IMTEC
  344.                   LOGIX
  345.                   MAXXON
  346.                   NORTHGATGE
  347.                   OAK
  348.                   ORCHF1280
  349.                   ORCH-1
  350.                   S3
  351.                   TS3000
  352.                   TS4000
  353.                   TS4000HI
  354.                   VIDEO7FAST
  355.                   VIDEO7VRAM
  356.                   VIDEO7
  357.                   WD90C
  358.  
  359. Some of the above allow for direct hardware control with his program. The
  360. others of course will default to using the BIOS, which is slow!
  361.  
  362. NOTE: TRIDENT Users;
  363.       If resolutions of 800x600 or higher seem to give you a checkered or
  364.       plaid type of display, try using the SET GIFREED command and pick
  365.       SET GIFREED=TRI-OLD and then SET GIFREED=TRIDENT and see which setting
  366.       gives you the desired results!
  367.  
  368.  
  369. If you have a VESA driver for your VGA board, then GIF REED should work
  370. perfectly fine with it. If your board is NOT listed above and you do NOT
  371. have a VESA driver for it, call the VGA manufacturer and request the VESA
  372. driver for it. MOST Manufacturers provide a VESA driver nowadays. By support-
  373. ing VESA a very broad base of VGA boards may now use this program.
  374.  
  375. If order to run GIF REED, just type the following:
  376.  
  377.                 C>GIFV path1 path2 path3 path4 path5
  378.  
  379. For example:
  380.                 C>GIFV F:\GIFS\GOOD\*.GIF F:\GIFS\BAD\*.GIF
  381.                 C>GIFV F:\GIFS\GOOD\*.*
  382.  
  383. Once in the program you can press F1 for help on using the program. Once you
  384. are actually viewing a picture, you can press F1 to see help on how to
  385. manipulate the picture.
  386.  
  387.  
  388.  
  389.