https://bugs.kde.org/show_bug.cgi?id=502487
--- Comment #18 from caulier.gil...@gmail.com --- Note 1 : don't forget that the auto-rotation job is process by a deep learning model analyzing the image contents and process rotations accordingly with the orientation recognized by the AI. So the model can take a while to analyze the images. Note 2 : The list of images to process are passed to a pool of thread to be process in a separated core one by one, but in parallel. Typically, the images are parsed separately and without synchronism. The processing time is different for each item, and the image list is dequeued following the cores available on your computer. So the rotated target images arrive in th thumbnails view in a non determinism order. Best Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.