From ec50f7882822be69f7e98227efa7d63ddda16526 Mon Sep 17 00:00:00 2001 From: Fletcher <99739042+DeadRobotDev@users.noreply.github.com> Date: Thu, 7 Aug 2025 04:46:43 +0100 Subject: [PATCH] add image-bankai (#8677) * add image-bankai * update image-bankai * update image-bankai - Only load / resize the image if it's not been loaded previously, or when the config changes. - Use ImageUtil.resizeImage. * update image-bankai - Add error image if it can't find profile.png. - If it can't find profile.png, only re-attempts once a second vs once every render. * update image-bankai Only resize the error image on first use or if config changes. --- plugins/image-bankai | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/image-bankai diff --git a/plugins/image-bankai b/plugins/image-bankai new file mode 100644 index 000000000..5caedb2e9 --- /dev/null +++ b/plugins/image-bankai @@ -0,0 +1,2 @@ +repository=https://github.com/DeadRobotDev/ImageBankai.git +commit=ad6c210884e2bc1c553df9e117a813511a3f6719