mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
- Replace the deprecated `Intervention\Image\ImageManagerStatic` with `Intervention\Image\ImageManager`. - Use the `Intervention\Image\Drivers\Gd\Driver` for image manipulation. - Update the code to read and resize images using the new ImageManager instance. - Modify color picking logic to use the updated syntax for accessing RGB values.