dangerzone/dangerzone
deeplow 3046cb7b8b
Process PDF->RGB in groups of 50 pages
PDFtoPPM was producing RGB files faster than they were getting consumed.
Since the RGB files were only getting removed after they were sent, this
was leading to /tmp in the server getting clogged.

This solution consists in processing and sending images in chunks of 50
pages. This solution is slightly inefficient since it can't process and
send data simultaneously. That will be solved in a future commit.

Fixes #574
2023-11-02 15:11:39 +00:00
..
conversion Process PDF->RGB in groups of 50 pages 2023-11-02 15:11:39 +00:00
gui Use more descriptive button labels in update check prompt 2023-10-31 12:52:34 +00:00
isolation_provider Qubes: Fix progress in first stage of Qubes conversion 2023-10-13 22:44:37 +03:00
__init__.py Remove separate dangerzone-container entry point, make CLI work with it, and refactor container code to be more DRY 2021-08-04 16:21:00 -07:00
args.py Update typing hints for Mypy 1.1.1 2023-03-27 15:19:43 +03:00
cli.py Use containers in Qubes until Beta 2023-07-26 14:02:06 +01:00
document.py Sanitize filenames before logging them 2023-08-01 14:43:48 +03:00
errors.py Prevent adding duplicate documents 2022-11-30 12:49:18 +00:00
logic.py Add logic to handle documents removal 2023-07-25 15:00:12 +01:00
settings.py Get default settings without Settings instance 2023-07-24 14:22:26 +03:00
util.py Add non-blocking read utility 2023-09-20 17:14:24 +03:00