<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [PATCH] Image quality worse compared to Adobe Reader"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=22138#c37">Comment # 37</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [PATCH] Image quality worse compared to Adobe Reader"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=22138">bug 22138</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>In cairo the function CairoOutputDev::getFilterForSurface selects between
bilinear or nearest neighbour scaling depending on the interpolation flag and
the scaling factor.

Fixing this should just be a case of putting the original spash code back (for
nearest neighbour scaling) and adding a similar function to splash to switch
select between my bilinear code or the splash nearest neighbour code.

Do you prefer using my floating point or fixed point patch?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>