<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Add option to manually disable bilinear filtering"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68360#c31">Comment # 31</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Add option to manually disable bilinear filtering"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68360">bug 68360</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 reply to <a href="show_bug.cgi?id=68360#c30">comment #30</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=84903" name="attach_84903" title="The patch for Force Image Interpolation">attachment 84903</a> <a href="attachment.cgi?id=84903&action=edit" title="The patch for Force Image Interpolation">[details]</a></span>
> The patch for Force Image Interpolation

> Patch produced by running diff -uN file.{h|cc} file-new.{h|cc} >
> file.{h|cc}.patch consecutively on all changed files. My first Unix patch
> ever so please tell me if I'm not doing it right )</span >

If you are going to use diff, the best way is keep a copy of the original
untarred poppler. Make you changes in another copy of the poppler tree. Then


$ diff -rup <poppler-orig-dir> <poppler-new-dir>


Using git would be preferred. The most basic use of git would be:

$ git clone git://git.freedesktop.org/git/poppler/poppler
$ cd poppler
# make some changes
$ git diff</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>