Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!cbmvax!vu-vlsi!williams From: williams@vu-vlsi.UUCP Newsgroups: comp.graphics Subject: Re: Compressing Image Data Message-ID: <603@vu-vlsi.UUCP> Date: Fri, 30-Jan-87 12:23:41 EST Article-I.D.: vu-vlsi.603 Posted: Fri Jan 30 12:23:41 1987 Date-Received: Sat, 31-Jan-87 09:04:58 EST References: <505@hao.UCAR.EDU> Reply-To: williams@vu-vlsi.UUCP (Thomas Williams) Organization: Villanova Univ. EE Dept. Lines: 14 Keywords: Image processing In article <505@hao.UCAR.EDU> bill@hao.UCAR.EDU (Bill Roberts) writes: > > I was wondering if anyone on the net knows about a program or method to >efficiently compress the size of a image. For example, we have image files >that are 1024x1024 x 16 bits and would like to reduce the storage requirements In the most recent SIGGRAPH Conference procceedings there is an excellent algorithm called CCC which seems to fill your needs. The only drawbacks to the process is time needed to expand and image and the slight aliasing created by the process.... I think this method has been discussed recently on the net so I won't go into specifics. -Thomas Williams