home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / 13588 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.6 KB

  1. Xref: sparky comp.graphics:13588 alt.graphics.pixutils:2876 alt.binaries.pictures.utilities:2402 alt.binaries.pictures.d:6092
  2. Newsgroups: comp.graphics,alt.graphics.pixutils,alt.binaries.pictures.utilities,alt.binaries.pictures.d
  3. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sol.ctr.columbia.edu!news.cs.columbia.edu!hee
  4. From: hee@cs.columbia.edu (Edward Hee)
  5. Subject: Re: JPEG "Standard"
  6. Message-ID: <C0K6wD.MH1@cs.columbia.edu>
  7. Sender: news@cs.columbia.edu (The Daily News)
  8. Organization: Columbia University Department of Computer Science
  9. References: <1ijc1tINN14h@usenet.INS.CWRU.Edu> <1ijc59INN155@usenet.INS.CWRU.Edu> <C0JzJJ.Hup.2@cs.cmu.edu>
  10. Date: Fri, 8 Jan 1993 23:36:13 GMT
  11. Lines: 49
  12.  
  13. In article <C0JzJJ.Hup.2@cs.cmu.edu> tgl+@cs.cmu.edu (Tom Lane) writes:
  14. >
  15. >I'm guessing that you proceeded by loading and displaying the image, then
  16. >using "Save".  This is a bad move since both programs will quantize the
  17. >24-bit image down to 8 bits for display (assuming your display hardware is 8
  18. >bits).  JPEG is intended for compressing 24-bit data, not 8-bit; your JPEG
  19. >files are larger and of lower quality than they would be if you had made
  20. >them directly from the Targa or BMP file.
  21. ...
  22. >The difference in file size is due to Colorview and WinJPEG using different
  23. >quantization algorithms; hence the data fed to the JPEG compressor is not
  24. >the same.  In particular, I'd bet you had dithering turned off in ColorView.
  25. ...
  26. >
  27. >            regards, tom lane
  28. >
  29.  
  30.  
  31. This is incorrect. 
  32.  
  33. ColorView uses the best available image format for saving. If the original 
  34. image was 24 bits, the save JPEG option will write from the original 24 bit 
  35. source, even if an 8 bit quantized version was created for display. 
  36.  
  37. In fact, ColorView uses the 8 bit image only when absolutely necessary,
  38. eg. for an 8-bit display, or for writing an 8 bit image such as GIF, or 
  39. 8 bit BMP. All other processing is pefrformed on the original 24 bit image 
  40. for the highest output quality.
  41.  
  42. This is the main reason the image saved with ColorView is smaller.
  43.  
  44. Dithering adds a lot of noise to an image. The file written by WinJPEG is 
  45. bigger because it contains a lot of extraneous dithering information not 
  46. necessary for writing the 24 bit JPEG.
  47.  
  48. As far as batch conversions of image files, ColorView version 2.1 is in beta 
  49. test and  will be released in a few days. The new features include batch 
  50. conversion from GIF/BMP/JPEG to any of the supported formats. The conversion
  51. utility operates completely in the text mode, and does not require a VGA/SVGA
  52. card, or a VESA driver.
  53.  
  54. (NOTE: this message is from the authors of ColorView and not from the
  55. owner of this account)
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.