[Poppler-bugs] [Bug 92040] New: [RFC PATCH] Complete support for transition effect durations (they can be fractional)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 18 05:47:52 PDT 2015


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

            Bug ID: 92040
           Summary: [RFC PATCH] Complete support for transition effect
                    durations (they can be fractional)
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: medium
         Component: general
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: arseniy at alumni.chalmers.se

Created attachment 118344
  --> https://bugs.freedesktop.org/attachment.cgi?id=118344&action=edit
The patch in question

According to PDF format reference
(http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf) and the
behaviour of other software such as Adobe reader, the type of "D" (duration)
property of the transition effect is "number" rather than "integer", which
means it can also be real. Right now, poppler always interprets non-integer
durations as 1 second, so short (< 1s) transitions become impossible, for
example.

I'd like to suggest a patch which fixes that, while preserving binary
compatibility as much as possible (changes to the glib wrapper aren't included
here).

Is this a right way to go, or should I just forget about binary compatibility
(source code compatibility will be preserved anyway)?

-- 
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/20150918/a573b677/attachment.html>


More information about the Poppler-bugs mailing list