This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Egcs Web Pages (Maintainer)


> >>>>> Gerald Pfeifer writes:
>  Gerald> o I noticed that there are some (orange) pixels on the outside of
>  Gerald> the egg; also the horns have some non-white pixels.

> >>>>> David Edelsohn <dje@watson.ibm.com> writes:
>  > 	I think that some of this is due to the lossy JPEG algorithm.  GIF
>  > probably would be better for art like this, but there are patent problems
>  > with the GIF format preventing its use.

If this is the problem, whoever generated the JPEG must have used an
extremely low quality setting.  JPEG's loss is controllable.  And GIF
is not lossless, because the step of quantizing to a 256-color palette
causes far more loss for a full-color image than JPEG does.

> A high-quality (lower compression) JPEG is just as good as GIF.  And then
> there's PNG...:)

Yes, except for animations PNG totally dominates GIF (except that only the
latest browser versions support it).




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]