For me, the resulting images had wrong colors, they were blueish. I figured that this is related to issue #178, so I commented out the channel flip img[:, :, [0, 1, 2]] = img[:, :, [2, 1, 0]] in the function bgr_to_rbg in the file autocrop.py . This solved the problem. Maybe there should be some check, whether the channel flip should be applied or not? Thanks for the great tool, it saves me a lot of time. Regards, Jörg
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by joerg-s and has received 0 comments.