[cairo-bugs] [Bug 10301] LCD filtering patch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 2 01:00:25 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=10301


Carl Worth <cworth at cworth.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #58 from Carl Worth <cworth at cworth.org>  2008-10-01 23:03:43 PST ---
(In reply to comment #57)
> Hello Gentlemen,

Hi Nicolaus,

> With the recent release of 1.8.0, all of the lcd_filter checks back into
> fontconfig and Xft have been removed.  For me, this is a (rather tremendous)
> regression in usability.

Yeah, sorry about that. I know that some people really wanted these new
filtering options, and it had always been my intent that they be present in
1.8.0. It was just that I didn't notice until *very* late in the release cycle
that I couldn't accept how this had been implemented.

>  I would like this bug to be reopened so that the
> re-addition of the code can be followed.

Done. (Did the bugzilla interface not allow you to re-open it yourself? I'd
generally prefer people just throw the switches they want in bugs, rather than
asking for others to throw them.)

> Providing redundant (and inferior*) functionality in cairo again might once again
> jeopardize the stack.

No debates on patents, please. That's not cairo's concern.

> I would appreciate public updates on the debate around lcd_filtering ability,

It seems easy to me. Just use the freetype APIs if they are present *and* they
are actually functional, (not the "you asked for subpixel, but I'll give you
gray" thing). And if not, use the code that's already in cairo.

We should even be able to make a change like that for a minor release, (1.8.2
or 1.8.4).

> If you need anything from me, or would like to see some involvement from me,
> just ask.

Just need somebody to code that up.

> * I do apologize to whomever made cairo's filter in the first place, but in my
> opinion it _is_ inferior to freetype's filters

Well, it's really just a matter of what assumptions it was coded against.

>  -- the current pixel-clipping
> code in cairo lcd filtering results in yellow-blue halos that are quite evident
> to me on any screen I've used.

The filters in cairo were written with the assumption of strong hinting. And
with that hinting, I still haven't seen any better filters, (freetype provides
a "LEGACY" filter that's supposed to be similar---it's not identical but I
don't know if one or the other would be "better" in my opinion). I do agree
that there are really bad color fringes if you use this filtered sub-pixel
rendering without good hinting. I think "just don't do that" would be that
reaction of the original filter's author. :-)

So that's not to disagree with you at all, just to explain how this code
actually can function quite well.

-Carl


--- Comment #59 from Nicolaus L Hepler <nlhepler at gmail.com>  2008-10-02 01:00:15 PST ---
Hi Carl,

Sorry about asking about the bug switch.  I don't like being pushy, and some
people are very protective of their bug tracking systems.  Glad to know you're
not so overly-protective. ~ grin ~

As for the patent thing, you're probably right.

And again for cairo's built-in filtering -- I usually never use strong hinting.
 Slight hinting almost always produces better shapes (well for me at least -- I
still find Windows users not using Cleartype, but then again this is a
preference thing.)  So that explains my usage case at least.  Thanks for
letting me know.

I'll get on coding up a piece of that switch, then.

Nicolaus


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list