home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / mswindo / programm / tools / 1431 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!eclnews!swarm.wustl.edu!wilcox
  3. From: wilcox@swarm.wustl.edu (Don Wilcox)
  4. Subject: Looking for compression toolkit
  5. Message-ID: <1992Nov16.045541.21280@wuecl.wustl.edu>
  6. Keywords: compression
  7. Sender: usenet@wuecl.wustl.edu (News Administrator)
  8. Nntp-Posting-Host: swarm
  9. Organization: Washington University in St. Louis, MO
  10. Date: Mon, 16 Nov 1992 04:55:41 GMT
  11. Lines: 23
  12.  
  13. Our company has written an image processing app, and we need to add data
  14. compression to reduce the size of our images.  We intend to use JPEG, and my
  15. question is, does anyone know of a commercially available toolset that will
  16. allow me to compress my images?  There is one caveat, I need to be able to
  17. store the images in a proprietary file format, so I cannot use a tool that
  18. will only allow me to create standard file formats. Basically, I need the
  19. routine:
  20.     CompressBitsJPEG(HANDLE bitsToCompress, HFILE file);
  21.  
  22. and
  23.  
  24.     HANDLE UncompressBitsJPEG(HFILE file);
  25.  
  26. Does anyone know of such a toolset?  I would hate to have to port the JPEG
  27. code to do this.
  28.  
  29. Thanks,
  30.  
  31. Don
  32. -- 
  33. Don Wilcox                         | "For I am not ashamed of the Gospel of
  34. Washington University in St. Louis |   Christ, for it is the power of salvation
  35. email: wilcox@swarm.wustl.edu      |   to all who believe."
  36.