https://bugs.kde.org/show_bug.cgi?id=502200
--- Comment #12 from Michael Miller <michael_mil...@msn.com> --- (In reply to Braun.Lot from comment #11) > Hi Mike, > converted to jpg they work much better. But to do a bulk test it would be > nice to can at least mark 100 files in one album and not to rotate every > single one. > > I tried to convert them using irfanview but got no reasonable results - > something off with the color. > ImageMagick worked like a treat. > > I will add two more files in the next minutes, both tiff and jpg, to the > linked directory. Bild009 does not get rotated and Bild026 gets upside down. > I have no problem to provide more examples if that helps. > Cheers and thank you for your patience and the good work > Lothar Hi Lothar, I found the problem and I'm working on a fix now. The problem is the tiffs are 16 bit, and the AI model wants 8 bit images. My code to convert an image from 16 bit to 8 bit had a flaw in it which made the 8 bit image I was passing to the AI model unreadable. The fix should be added to digiKam in a day or so. Once it's added, you will be able to use your original source Tiffs without a problem. > Bild009 does not get rotated and Bild026 gets upside down. The AI isn't 100% accurate, but testing has proven it is well over 95% accurate. Sometimes you need to run autorotate on the image again, and sometimes the AI just can't figure it out. Cheers, Mike -- You are receiving this mail because: You are watching all bug changes.