[Poppler-bugs] [Bug 68360] Add option to manually disable bilinear filtering

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 30 16:00:15 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=68360

--- Comment #31 from Adrian Johnson <ajohnson at redneon.com> ---
(In reply to comment #30)
> Created attachment 84903 [details]
> 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 )

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130830/24aef98d/attachment.html>


More information about the Poppler-bugs mailing list