home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 June / CDROM6.BIN / share100 / wwplus / formats.tx_ / formats.tx
Text File  |  1995-02-17  |  5KB  |  121 lines

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