K 10 svn:author V 3 kai K 8 svn:date V 27 2019-09-08T12:13:40.823322Z K 7 svn:log V 822 graphics/unpaper: Update to 6.1 * Add an additional patch that fixes the unpaper's usage for the libav/ffmpeg API. [1] * Remove the DOCS option as nearly all files are now in Markdown format and the relevant info has been transferred into the unpaper(1) manpage. * Take maintainership Notable changes since 0.3: * Use libav for both input and output of files, rather than custom code. This adds support for many different input file formats outside of PPM/PBM/PGM, as long as libav can redconduct them to a pixel format that is implemented. * Implementation of mathematically accurate interpolation, using cubic algorithm by default. * Options are now documented in the unpaper(1) man page, rather than in the code. https://github.com/Flameeyes/unpaper/blob/unpaper-6.1/NEWS Obtained from: Debian [1] END