home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / win / wwplus / formats.tx_ / formats.tx
Text File  |  1995-01-27  |  6KB  |  130 lines

  1. FORMATS.TXT
  2.  
  3. File to accompany WWPlus
  4. Copyright ⌐1994 by
  5. Don Bradner
  6. Arcata Pet
  7. 600 F Street
  8. Arcata, CA 95521
  9.  
  10. WWPlus allows many standard graphics formats to be used
  11. as Windows wallpaper, including .BMP, the only format directly
  12. recognized by Windows.  A frequently asked question is "What is
  13. the best format?"
  14.  
  15. The formats all involve a tradeoff of disk space versus time.
  16. The most compressed formats take the longest to decompress.
  17. For the user, the decision must be made based on available
  18. space and the relative inconvenience of having the system pause
  19. during wallpaper changes.
  20.  
  21. Users of disk compression software such as Stacker or
  22. DoubleSpace will usually find that there is little advantage in
  23. using a compressed format (other than JPEG), since the disk
  24. utility will do as good a job as any of the compressed
  25. formats.  Best choice in that case is almost always .BMP.
  26.  
  27. A discussion of each format follows:
  28.  
  29. .BMP and .RLE
  30. This is the fastest format available, but requires the most
  31. disk space.  It does not require any conversion or
  32. decompression by WWPlus, so the only time required to
  33. display a new wallpaper is the time it takes to read the image
  34. from the disk.  Excellent for small images that are "tiled"
  35. (displayed as multiple images to cover the desktop space).
  36. This format is usable for all color levels from 16 to
  37. 16-million.  .RLE is a compressed form of .BMP.
  38.  
  39. .ICO
  40. These are Windows icon files, 32x32 pixels and 16 colors.  You 
  41. may use these as tiled wallpaper with WWPlus.  The temporary 
  42. .BMP file that WWPlus creates will have a color depth equal to 
  43. the maximum number of colors that your monitor will support.
  44.  
  45. .TIF and .TGA
  46. These formats offer minimal if any disk space savings over
  47. .BMP, while requiring time for WWPlus to convert them to
  48. .BMP format for use by Windows.  The only reason to leave an
  49. image in these formats is to maintain compatibility with some
  50. other program.  Otherwise they would be best converted to .BMP or
  51. one of the compressed formats.  .TIF is usable for all color
  52. levels, 16 to 16-million, while .TGA is usable from 256 to
  53. 16-million.
  54.  
  55. .PCX
  56. This format, which can be read and written by Windows
  57. Paintbrush but not used directly as wallpaper, offers some
  58. compression for images with color levels up to 256.
  59. Decompression and conversion by WWPlus is fairly fast.
  60. The .PCX format can use color levels up to 16 million, but file
  61. size actually increases above the size of .BMP, offering no
  62. advantage.  A .BMP test file in 256 colors that was 182,358 bytes
  63. was compressed into .PCX format and had a size of 101,170, a
  64. 45% reduction.  A 24-bit (16 million color) .BMP file of
  65. 622,134 bytes resulted in a .PCX file of 743,165 bytes, a 19%
  66. increase.
  67.  
  68. Images compressed in .PCX format do not lose any of their
  69. quality.
  70.  
  71. .GIF
  72. The Compuserve Graphics Interchange Format offers the greatest
  73. compression of images up to 256 colors without loss of
  74. quality.  It is not usable for images with more colors.  The
  75. image noted under .PCX that was 182,358 bytes compressed into a
  76. .GIF file of 46,074 bytes, a 75% reduction.  This format is
  77. generally the best choice when disk space is limited and the
  78. image has no more than 256 colors.  There is a noticable delay
  79. while WWPlus decompresses the image and converts it to
  80. .BMP for display, although the faster the computer the shorter
  81. the delay.
  82.  
  83. .JPG
  84. JPEG, which stands for Joint Photographic Experts Group - the
  85. committee which formulated the standard, is designed to
  86. compress 24-bit (16-million color) images.  Unlike .GIF and
  87. .PCX compression, JPEG causes some loss of quality in the
  88. image, so it is called "lossy."  There are no really good
  89. loss-less methods for compressing 24-bit images.
  90.  
  91. JPEG does a very good job of compression, and with most pictures
  92. the resulting image is comparable to the original.  There is a
  93. variable amount of compression available, with greater loss of
  94. quality as the image is further compressed.  WWPlus
  95. allows a quality setting of 5 to 95, with 5 being the most
  96. compressed and 95 being the least compressed.  The 622,134 byte
  97. test file referenced above produced sizes of 5,381 bytes at a
  98. setting of 5, and 75,809 bytes at a setting of 95.  The image
  99. was very deteriorated at the lower setting, and was
  100. indistinguishable from the original at 95.  Further testing for
  101. this image showed very acceptable results at a setting of 75,
  102. with a file size of 25,554 bytes.
  103.  
  104. JPEG does not work very well with images of 256 colors or less, 
  105. and is particularly unsuited for images with large areas of 
  106. solid colors and sharp edges.
  107.  
  108. The delay in decompressing a JPEG file is considerable.  It
  109. will vary depending on the speed of the computer, but is slow
  110. even on a fast machine.  Users of the JPEG option may want to
  111. turn off the timed wallpaper changes and use the manual change
  112. options within WWPlus when the decompression time is not
  113. going to hinder other work.  At some future time it may be
  114. possible to completely perform decompression in the background;
  115. at this time it is not possible with WWPlus.
  116.  
  117. Editing a JPEG image and saving it in .JPG format again will
  118. result in additional losses of quality.  Editing should always
  119. be performed on the original 24-bit image before compression is
  120. done.
  121.  
  122. There are many non-standard forms of JPEG.  WWPlus should 
  123. read any JPEG image conforming to the JFIF standard, but may 
  124. not be able to read images produced by non-standard programs.  
  125. An example would be GIF2JPG, which can produce a proprietary 
  126. JPEG file called HSI.  Older versions of the program did this 
  127. by default; newer versions produce JFIF compatible files by 
  128. default.
  129.  
  130.