home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / GIFDEV.ZIP / PM-GIF.TXT < prev    next >
Text File  |  1989-04-14  |  3KB  |  77 lines

  1. *****************************************************************
  2. PM/GIF - v0.10 -4/14/88
  3.  
  4. Here's the latest version of PM/GIF !! It fixes various problems
  5. found in the earlier release.
  6.  
  7. Some of the problems fixed were:
  8.    1) The scrolling was off by a pixel
  9.    2) Repainting of the screen was messed up after the window
  10.       was obscured by something on the desktop
  11.    3) Forgot to put scrollbar thumb logic in (OOPS!!)
  12.    4) Scrolling further than the size of a window sometimes messed
  13.       up.
  14.  
  15. Enhancements added:
  16.    1) All scrolling and repaint logic was reworked!! This achieved
  17.       faster repainting, smoother scrolling and fixed some niggling
  18.       little nasties floating around.
  19.  
  20.    2) The GIF decoding part of the code has now been placed in a
  21.       separate thread. The program will now not hog the system like
  22.       it used to !!  If the thread is not able to be opened (low
  23.       memory, low on swap space) the program will still come up
  24.       but the Open option on the File Menu will not work.
  25.  
  26.    3) The Informational dialog box has been moved. It no longer
  27.       comes up automatically. It is now on the main menu bar and is
  28.       enabled when you open an image.
  29.   
  30.    4) Multi Image GIF files are now supported (if you can find any!)
  31.       I still do not utilize the Local color table for individual
  32.       images, though. Also, you may see garbage on the screen if
  33.       the individual images do not fill the entire screen. This IS
  34.       being fixed. In over 200 GIFs I tested, I've only seen this
  35.       happen twice.
  36.  
  37. Yet to come:
  38.     Heres a list of things I still plan to add to make PM/GIF
  39.     nicer:
  40.         1) Color Dithering
  41.         2) Speedier Decompression
  42.         3) Enabling of all those HELP buttons that don't do a thing
  43.         4) File save capabilities in a variety of formats
  44.         5) Slide show capabilities
  45.         6) Local color table support
  46.         7) Better error handling
  47.  
  48. Known Problems:
  49.         
  50. The only thing I know about right now is when you don't have enough
  51. memory available to create the bitmap. Now OS/2 handles this pretty
  52. well, swaaping to disk and all. But, if you are low on memory AND
  53. have little or no swap room left, I just forge ahead. You will see
  54. garbage when the image comes up. Just pull up another image and all
  55. will be fine. Or you could go out and free up some space on your
  56. disk!! I have only seen this happen once, but the GIF was HUGE
  57. (880x720)!! Color is still a major issue with me as OS/2 can only
  58. support 16 colors at a time (EGA/VGA). The 16 color GIFs look pretty
  59. good but the 256 color ones look goofy! (especially flesh tones, they
  60. end up looking grey). The next release will definitely have some sort
  61. of color dithering or substitution added to it.
  62.  
  63.  
  64. Again, this is YOUR program. I've downloaded enough freeware and
  65. shareware, now it's my turn for a payback. ANY and ALL suggestions
  66. for PM/GIF are happily accepted via Compuserve (75470,716) or by
  67. post at the address below. PLEASE let me know what you think and
  68. report any new bugs you might find.
  69.  
  70. -Andy Levine
  71.  9737 Windy Ridge Rd.
  72.  Frisco, Tx 75034
  73.  Compuserve: 75470,716
  74.  
  75.    
  76.  
  77.