- πΊπΈUnited States laryn
I've merged a fix for this into the Backdrop version, based on the work here. Thank you to whthat, Aaron Wolfe (awolfey), Tess Bakker, candelas, Thomas Slott (bigslott), and Esben von Buchwald (esbenvb)!
I made a few additional tweaks to the latest MR from whthat for more performance gains:
- Don't use `image_path_flush` but break out a piece of that function so we can target the specific image and a specific style in the path.
- Unset the styles that have no changes along the way so that `manualcrop_save_crop_data` is only called on the styles that need it.You can see that commit here if interested:
- https://github.com/backdrop-contrib/manualcrop/commit/8d71b5ddf45b2ad1be...