https://bugs.kde.org/show_bug.cgi?id=499208
--- Comment #10 from Michael Miller <michael_mil...@msn.com> --- (In reply to caulier.gilles from comment #9) > Because this is the plan : add an AI based processor to fix images, not only > crop, but perspective, rotation (already done), etc. > > The original code to crop image is weird, and need to be rewritten. This is > why the idea to use a DNN with right models (based on modules) sounds like > the right way to go. > > Michael Miller in this room can explain better than me the concept. > > Best > > Gilles Caulier Yes, Gilles is correct. The plan is to add more auto-tools to digiKam to correct and adjust multiple image parameters, including cropping. In your scenario it is easy to auto-crop based on the innermost unchanged rectange, but that assumes the cropping was done in digiKam. There are other use cases where the user may want to auto-crop an imported image that already has black or white edges. In those cases an AI border detection model is needed. It's better to use the same method for auto-cropping for all use cases instead of implementing multiple different methods. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.