I seem unable to find out how to create a bilevel image with GIMP. I can do a 256 color palette image or an 8-bit grayscale image. But which buttons do i have to click to make my image have only…
I think the problem is now solved. Thank you very much @bbbradsmith for your very helpful input which finally fixes this problem on Windows! 💙
Okay. I do not have access to a Windows machine. Maybe other Windows users like @soheday or @bbbradsmith have some knowledge about encoding problems like this on Windows?
@soheday, @bbbradsmith:…
Using --console does not prevent the Windows application from opening GUI windows, it only makes sure there is console open for standard output. The --noconsole option is for GUI-only programs…
You can download legal free Windows images that run in virtual machines. They have some restrictions, but are more than good enough for testing.
This is my computer: https://shop.mntre.com/pro…
I can easily put the "A4^T" in the example in double quotes so that it even works in the windows shell.
I'm not going to remove the ^T
notation as the caret character has a long history of…
I just ran
img2pdf image.png -o "Umbrella ☂.pdf"
and it works fine on my system.
Which operating system are you using?
Only the free software viewers. I don't think you can even install Adobe Acrobat on Linux these days (I know it was possible in the past).
This seems to be a duplicate of #40.
When I implemented the --viewer-magnification
option I only duplicated what libre office does when exporting to PDF. In that export dialog, libre office…
Hi,
what are the contents of your examples/debian-bookworm-minimal-watchdog.yaml
? Anyways, as you are not running bdebstrap as root, mmdebstrap is either run in unshare or fakeroot mode.…
But if this is true, then this means that the appveyor windows builds never worked. I'm really upset about the Windows situations as people keep asking for it but then do not test it:…
It is actually entirely possible that you obtained your old exe from me as I offered them to download via the appveyor CI pages. I recently permanently stored them as part of release artifacts…
There is some hint about what is going on here:
Under some conditions stdin, stdout and stderr as well as the original values…
I see. I guess you delete old releases, along with their binary, whenever you make a new one?
No, I just didn't create a "release" for any version earlier than 0.4.4. The only reason that I…
The difference between sys.stdin
and sys.stdin.buffer
is, that the latter is raw binary data while the former is a python string decoded according to the current locale. Using sys.stdin
…