Copilot
e535809e74
fix: Fix deadlock in ConvertChapter when context cancelled during page processing ( #152 )
...
* Initial plan
* Fix deadlock in ConvertChapter when context is cancelled after wgConvertedPages.Add
Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com >
* Fix test comments to remove placeholder issue references
Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com >
2025-12-20 14:26:33 -05:00
Antoine Aflalo
44a919e4f3
test: add test with webp
2025-09-08 17:21:41 -04:00
Antoine Aflalo
d245b80c65
fix: naming issue
2025-09-03 22:21:37 -04:00
Antoine Aflalo
ede8d62572
fix: Keep page as they are if we can't decode them and disable conversion
2025-09-03 22:15:10 -04:00
Antoine Aflalo
30ea3d4583
test: add test for page type
2025-09-03 21:34:39 -04:00
Antoine Aflalo
6205e3ea28
feat(gif): support gif file
...
See .gif file extension support and more exception handling
Fixes #105
2025-09-03 21:04:51 -04:00
Antoine Aflalo
4e5180f658
feat: add timeout option for chapter conversion to prevent hanging on problematic files
...
fixes #102
2025-08-26 21:34:52 -04:00
Antoine Aflalo
c87fde31c4
chore: Removes unused import
...
Removes the `image/jpeg` import, as it is already imported via blank identifier.
2025-02-14 10:55:39 -05:00
Antoine Aflalo
23eb43c691
fix(chapter): fix chapter conversion.
...
Still need to figure out the memory issues
Consolidates image conversion logic into a dedicated method.
This change streamlines the conversion process by centralizing the
setting of converted image data, extension, and size. It also
introduces a flag to track whether an image has been converted.
The old resource cleanup has been removed since it is not needed anymore.
2025-02-14 10:03:35 -05:00
Antoine Aflalo
a3dfec642c
test: add webp converter test
2025-02-13 20:05:08 -05:00