home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / compress / 2856 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.3 KB

  1. Xref: sparky comp.compression:2856 alt.binaries.pictures.d:3845 alt.graphics.pixutils:1833
  2. Newsgroups: comp.compression,alt.binaries.pictures.d,alt.graphics.pixutils
  3. Path: sparky!uunet!darwin.sura.net!jvnc.net!yale.edu!cmcl2!lab.ultra.nyu.edu!dimitrov
  4. From: dimitrov@lab.ultra.nyu.edu (Isaac Dimitrovsky)
  5. Subject: announcing GIFBLAST 1.1 - a GIF compressor (new & improved)
  6. Message-ID: <1992Jul29.010817.4953@cmcl2.nyu.edu>
  7. Summary: a lossless GIF file compressor
  8. Keywords: GIF,compressor,lossless
  9. Sender: notes@cmcl2.nyu.edu (Notes Person)
  10. Nntp-Posting-Host: lab.ultra.nyu.edu
  11. Organization: New York University Ultracomputer Research Lab
  12. Date: Wed, 29 Jul 1992 01:08:17 GMT
  13. Lines: 39
  14.  
  15. []
  16. I have posted to alt.binaries.pictures version 1.1 of GIFBLAST, a program
  17. that I have written for the PC.
  18.  
  19. What is GIFBLAST?
  20. GIFBLAST is a compressor designed especially for GIF files. The usual file
  21. compressors (PKZIP, ARJ, etc.) do not work on GIF files; GIFBLAST does.
  22. When you run GIFBLAST on a GIF file X.GIF, you get a compressed file X.GFB
  23. that is usually 20-25% smaller. In order to view this file you have to
  24. decompress X.GFB to get back the original X.GIF file. The compression used
  25. in GIFBLAST is lossless, i.e. it perfectly preserves all image pixels and
  26. other information in GIF files.
  27.  
  28. What can I use GIFBLAST for?
  29. The compression/decompression algorithm used in GIFBLAST is quite slow,
  30. so you would probably not want to store frequently viewed GIF files in
  31. compressed form. However, GIFBLAST should be useful in applications
  32. where getting maximum compression is important, such as:
  33. - Storing GIF files on bulletin boards for downloading.
  34. - Posting GIF files on usenet.
  35. - Transmitting GIF files via modem.
  36. - Sending GIF files on floppy disk.
  37. Because there is no loss involved when compressing with GIFBLAST,
  38. the user need not be concerned with harming the image or introducing
  39. compression artifacts.
  40.  
  41. Changes from version 1.0 of GIFBLAST:
  42. - The compression algorithm is improved.
  43. - Now works on images with fewer than 8 bits per pixel.
  44. - Fixed a few bugs.
  45.  
  46. If there is interest, I will also post generic C code for GIFBLAST
  47. so that people can use it on other platforms (if you're interested,
  48. send me email - don't post).
  49.  
  50. Isaac Dimitrovsky (dimitrov@lab.ultra.nyu.edu)
  51. "Sincerity is *the* most important thing in show business -
  52.   so once you learn to fake that you've got it made."
  53. - Joe Franklin
  54.