Here are all the cases I ran into when looking at extracting images instead of rendering each page: - rotation - scaling - blending - composition (e.g. the speech bubbles text is not part of the main image but rendered with the PDF usual text primitives) - colorspace handling (resulting in subtly wrong colors when extracting instead of rendering) As for optimizing pdf_external: - I switched to using mutool run with 2 javascript files for listing/extracting pages - and I patched my version of MuPDF...
You can also get WEBP support by installing the corresponding GDK Pixbuf loader: https://github.com/aruiz/webp-pixbuf-loader.
You should NEVER run programs as root. As Oddegamra suggested, check the permiss...
That is really strange. For the record: Clicking on a thumbnail that is not fully...
OK, so I've found a "fix" for the scrollbar not getting redrawn (because that's the...
fixup! switch to gtk3
I fixed 5: mnemonics in "Enhance Image" and "Open With" dialogs. Also fixed some...
fixup! switch to gtk3
fixup! switch to gtk3
fixup! switch to gtk3
fixup! switch to gtk3
I don't get any flickering with the lens. I fixed the osd (same problem as the lens,...
1 and 7 should be fixed.
fixup! switch to gtk3
fixup! switch to gtk3
bump version to 1.3.dev0
rework resources handling
Ctr+C now work.
switch to GTK3
fixup! switch to gtk3
switch to GTK3
gtk3: fix deprecation warnings
thumbbar: disable stupid overlay scrollbars
ui: fix icon for recent files
switch to gtk3
archive: improve class interface
archive: add RecursiveArchive class
archive tools: add get_recursive_archive_handler
fix possible library errors on mcomix termination
archive: fix support for archives within archives
archive tools: don't use archive extractor
archive: initialize UnrarDll base class
extractor: fix possible error on close
archive: minor UnrarDll cleanup
edit dialog: fix hung thread at exit
extractor: add debug traceback on exception
properties dialog: make info labels selectable
archive: yet another fix for archives within ar...
file handler: merge cleanup into close_file
strings: update archive type descriptions
archive: improve RecursiveArchive debug traces
archive: use czipfile for ZIP support if available
fix cursor auto-hiding when a modal dialog is a...
archive: fix listing for 7z multi-volumes archives
thumbnail tools: simplify and improve the code
main: remove unnecessary code to handle last re...
thumbbar: do not mess with the GTK main loop
properties dialog: improve resize handling
properties dialog: fix main text contrast
pdf: fix optimal dpi detection
move listing archive contents to a background t...
worker thread: minor cleanup
pdf: another fix for optimal dpi detection
edit dialog: fix exception when applying changes
image handler: fix calls with page=None
archive: minor UnrarDll cleanup
osd: do not mess with the GTK main loop
file handler: don't leave an empty temp dir on ...
image handler: remove dead code
enhance dialog: factorize code
file handler: fix handling of "empty" archives
archive: another fix for archives within archiv...
file handler: drop support for archives within ...
fix python version: python -> python2
main: cosmetic
library: improve main dialog resize handling
archive tools: cosmetic; fix indentation
file/image handler: cleanup close/cleanup sequence
library: fix control area text contrast
file handler: tweak "continue reading from..." ...
comment dialog: rework to handle book/page change
constants: fix GTK import
rework page change code
archive: fix possible hang with external ZIP
run: add SIGCHLD handler to reap zombie processes
archive: fix tar listings
test/archives: mark some tests as xfail
drop unused mcomix/debug
openwith dialog/menu: update to use file_closed
process: add find_executable
process simplification
test/archives: add password tests
test/archives: mark some tests as xfail
openwith dialog/menu: fix empty archives support
test/archives: add test suite
image handler: tweak get_virtual_double_page
file handler: add file_closed callback
image handler: fix get_path_to_page
main: fix displayed_double
file handler: cosmetic; fix indentation
enhance dialog: rework to handle book/page change
comicthumb: rewrite to use mcomix
test/archives: add tests for glob like entries
archive: cosmetic
image handler: fix page_is_available
properties dialog: rework to handle book/page c...
password dialog: show archive path
main: fix _update_page_information
file handler: improve support for empty books
file handler: small code simplification