aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Thumb
Commit message (Collapse)AuthorAgeFilesLines
* Replace the the code to extract epub thumbnailsHarald Eilertsen2025-02-121-4/+141
| | | | | | | | | | The PHP Epub Meta library has a dependency that prevents deployment on 32bit architectures. We also don't need all the functionality in that library, so this patch replaces it with our own simplified code for fetching the cover embedded in Epub archives. We also expand the test suite and clean up some minor issues in the Epubthumbnail class.
* Thumbs\Epubthumb: Adapt to new version of EPub meta lib.Harald Eilertsen2024-11-081-0/+21
Also fixes a few issues and refactor the code a bit.