DSPRelated.com
Forums

Image compression advice

Started by ABBES May 5, 2010
I am looking for the commonly used algorithms to compress images/
videos for transmission over the internet. could you please name me
these algorithms and/or papers. Cheers
On 5/5/2010 7:37 PM, ABBES wrote:
> I am looking for the commonly used algorithms to compress images/ > videos for transmission over the internet. could you please name me > these algorithms and/or papers. Cheers
http://www.jpeg.org/ http://www.mpeg.org/ Jerry -- "I view the progress of science as ... the slow erosion of the tendency to dichotomize." --Barbara Smuts, U. Mich. �����������������������������������������������������������������������
On May 5, 9:28&#4294967295;pm, Jerry Avins <j...@ieee.org> wrote:
> On 5/5/2010 7:37 PM, ABBES wrote: > > > I am looking for the commonly used algorithms to compress images/ > > videos for transmission over the internet. could you please name me > > these algorithms and/or papers. Cheers > > http://www.jpeg.org/http://www.mpeg.org/ > > Jerry > -- > "I view the progress of science as ... the slow erosion of the tendency > &#4294967295; to dichotomize." --Barbara Smuts, U. Mich. > &#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;&#4294967295;
ABBES Don't forget about the licensing fees. Dirk
ABBES  <abbes.azzi@yahoo.com> wrote:

>I am looking for the commonly used algorithms to compress images/ >videos for transmission over the internet. could you please name me >these algorithms and/or papers. Cheers
For video H.264, which is a subset of MPEG-4, is the most standard but there are no "free" versions of it. Xvid is probably the best combination of being sort-of standard, good performance, and "free". For still images you problem is much simpler, just use JPEG. Steve
On May 5, 7:37&#4294967295;pm, ABBES <abbes.a...@yahoo.com> wrote:
> I am looking for the commonly used algorithms to compress images/ > videos for transmission over the internet. could you please name me > these algorithms and/or papers. Cheers
In addition to what others have posted. video: AVCHD (licensed from Sony and Canon) still: PNG (unlicensed!!!!!!!)
> > Don't forget about the licensing fees. > > Dirk
I can't afford it. i was thinking of a (progressive transmission) algorithm like embedded zero tree wavelet (EZW) or SPIHT...any thought?
ABBES  <abbes.azzi@yahoo.com> wrote:

> [attribution lost] wrote,
>> Don't forget about the licensing fees.
Abbes, it is better to include the attribution lines in your posts.
>I can't afford it. i was thinking of a (progressive transmission) >algorithm like embedded zero tree wavelet (EZW) or SPIHT...any >thought?
You need to tell us whether your interest is researching algorithms, or having a good implementation you can obtain quickly. You're unlikely to be able to out-research the Xvid developers all on your own. Steve
On May 6, 12:34&#4294967295;pm, Clay <c...@claysturner.com> wrote:
> On May 5, 7:37&#4294967295;pm, ABBES <abbes.a...@yahoo.com> wrote: > > > I am looking for the commonly used algorithms to compress images/ > > videos for transmission over the internet. could you please name me > > these algorithms and/or papers. Cheers > > In addition to what others have posted. > > video: AVCHD (licensed from Sony and Canon) > > still: PNG (unlicensed!!!!!!!)
And while a bit outdated, you can use LZW compression and the GIF format since the US and European patents for LZW are expired. Clay