Thanks! I've now built, scanned and saved a document successfully. (including running tests t/169_import_scan.t and t/3722_user_defined.t, which were previously disabled on NixOS). And it's on ImageMagick 7.1.2-8.
Thanks! I've now built, scanned and saved a document successfully. (including running tests t/169_import_scan.t and t/3722_user_defined.t, which were previously disabled on NixOS). And on ImageMagick 7.1.2-8.
Great! This builds without error. It still has the failure when running: Warning: missing packages Save image and Save as PDF both require imagemagick even though the log finds imagemagick: INFO - Found Image::Magick 7.1.2 INFO - Found unpaper v7.0.0 INFO - convert --version INFO - Spawned PID 45574 INFO - Found imagemagick6 7.1.2-7 INFO - magick --version INFO - Spawned PID 45575 INFO - Found imagemagick7 7.1.2-7
I'm able to reproduce this result. To me, it looks a bit like the NixOS ImageMagick package has issues: Running the 51_process_chain.t magick command directly: $ magick 'label:The quick brown fox' -alpha Off -depth 1 -colorspace Gray -family 'DejaVu Sans' -pointsize 12 -density 300 -rotate 90 test.pnm magick: unable to read font `(null)' @ error/annotate.c/RenderFreetype/1745. The same command succeeds on Ubuntu 24.04. FYI: $ fc-list : family FiraCode Nerd Font,FiraCode Nerd Font Ret TeX Gyre Pagella...
Hi Jeffrey, Yep, I haven't seen this problem since I upgraded to 1.5.2. I've just...
P.S. I wrote: I think what would suit me best is to keep the print size the same...
Hi Jeff, First off, thanks very much for looking at this. This will certainly solve...
Hi Jeff, It looks like your hypothesis about textcleaner is correct. Before running...