home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!eclnews!swarm.wustl.edu!wilcox
- From: wilcox@swarm.wustl.edu (Don Wilcox)
- Subject: Looking for compression toolkit
- Message-ID: <1992Nov16.045541.21280@wuecl.wustl.edu>
- Keywords: compression
- Sender: usenet@wuecl.wustl.edu (News Administrator)
- Nntp-Posting-Host: swarm
- Organization: Washington University in St. Louis, MO
- Date: Mon, 16 Nov 1992 04:55:41 GMT
- Lines: 23
-
- Our company has written an image processing app, and we need to add data
- compression to reduce the size of our images. We intend to use JPEG, and my
- question is, does anyone know of a commercially available toolset that will
- allow me to compress my images? There is one caveat, I need to be able to
- store the images in a proprietary file format, so I cannot use a tool that
- will only allow me to create standard file formats. Basically, I need the
- routine:
- CompressBitsJPEG(HANDLE bitsToCompress, HFILE file);
-
- and
-
- HANDLE UncompressBitsJPEG(HFILE file);
-
- Does anyone know of such a toolset? I would hate to have to port the JPEG
- code to do this.
-
- Thanks,
-
- Don
- --
- Don Wilcox | "For I am not ashamed of the Gospel of
- Washington University in St. Louis | Christ, for it is the power of salvation
- email: wilcox@swarm.wustl.edu | to all who believe."
-