14
0

Accepting request 941349 from home:cges30901

Update to v1.19.3

OBS-URL: https://build.opensuse.org/request/show/941349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=35
This commit is contained in:
2021-12-18 11:03:44 +00:00
committed by Git OBS Bridge
parent 1001c88625
commit 5fe4915c86
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Dec 17 13:03:20 UTC 2021 - Hsiu-Ming Chang <cges30901@gmail.com>
- Update to v1.19.3
* Fixed #1351. Reverted code that introduced the memory growth
in v1.18.15.
* Fixed #1417. Developped circumvention for growth of open file
handles using Document.insert_pdf().
* Fixed #1418. Developped circumvention for memory growth using
Document.insert_pdf().
* Fixed #1430. Developped circumvention for mass pixmap
generations of document pages.
* Fixed #1433. Solves a bbox error for some Type 3 font in
PyMuPDF text processing.
* Added Pixmap.color_topusage() to determine the share of the
most frequently used color. Solves #1397.
* Added Pixmap.warp() which makes a new pixmap from a given
arbitrary convex quad inside the pixmap.
* Added Annot.irt_xref and Annot.set_irt_xref() to inquire or
set the /IRT (“In Responde To”) property of an annotation.
Implements #1450.
* Added Rect.torect() and IRect.torect() which compute a matrix
that transforms to a given other rectangle.
* Changed Pixmap.color_count() to also return the count of each
color.
* Changed Page.get_texttrace() to also return correct span and
character bboxes if span["dir"] != (1, 0).
-------------------------------------------------------------------
Mon Nov 22 10:33:01 UTC 2021 - Hsiu-Ming Chang <cges30901@gmail.com>