aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Thumbs/Epubthumb.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace the the code to extract epub thumbnailsHarald Eilertsen2025-02-121-10/+138
| | | | | | | | | | 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-18/+27
| | | | Also fixes a few issues and refactor the code a bit.
* Remove epub-meta from libraryHarald Eilertsen2024-11-081-2/+2
|
* hotfix: make sure to not pass an empty path to fopen()Mario2023-04-211-1/+6
|
* :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-051-11/+29
| | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* thumbnail generator for epubszotlabs2017-11-211-0/+38