Jeff Epler
Jeff Epler
Actual image cropping is intentionally performed in the background. I tried to reproduce this on Debian Stable but was not able to. I tested at v0.7-3-g8e736f9 with 25 copies of...
The subprocess commands are run in a `CropTask`, which creates one thread per CPU. CropTask accepts jobs into its `.queue`. They are picked up by an individual thread worker, which...
removing the dependency on imghdr is #115
[I'd rather burn down install.sh and make this set up & run via modern Python packaging methods e.g., pyproject.toml & pip install]
I'm not sure what's happening, though I think it's likely to be something with how each system is set up. This could happen for instance if all supporting programs are...
Thanks. We could improve error detection (e.g., missing helper programs) better for sure. For now I'll close this issue.
[I'd rather burn down install.sh and make this set up & run via modern Python packaging methods e.g., pyproject.toml & pip install]
I was also noticing the "f" characters. On Debian this is supported in jpegtran from libjpeg-turbo-progs and was apparently added circa 2013 (in 1.2.90 (1.3 beta1)) and is noted as...
Can you attach a specific image that fails, along with the exact jpegtran command line show in the terminal window? What OS are you using?
Thanks, closing issue.