The solution that worked for me, with the aid of chatGPT -> Flutter's compute() function to resize images in background threads, plus caches resized images to avoid reprocessing the same files. Respecting the max image size setting from display settings, this automatically resizes large images to prevent crashes.