- Issue created by @eric.vvf
- 🇺🇸United States ekapus
Mikechr, can we get this reviewed and merged?? I'd love to solve this for my projects with an update instead of manually applying the fix.
- 🇺🇸United States ekapus
I also found another place this happens, on line 157.
Updating it to this solves it:
$watermark_image = imagescale($watermark_image, (int) $watermark['width'], (int) $watermark['height']);
- 🇮🇳India sandeep_k New Delhi
I attempted to reproduce this issue on Drupal version 10.3.1-dev by following all the steps mentioned above. However, I was unable to replicate the error on my D10 setup. I’m not sure if any additional steps are required. I’ve included the results here after adding and saving the image style.
I'm happy to merge this, I'll wait for @ekapus to add the extra fix he mention at #5
- 🇮🇳India vinodhini.e chennai
Hi, I encountered this issue on Drupal 10.5.1.
Steps I followed:
Installed the module on Drupal 10.5.1.
Created a new image style and added the Add Watermark effect.
Encountered the warning message when trying to save the effect.
Applied Merge Request #4.
Repeated the same steps to add the watermark effect.The warning message still appears, and the issue is not resolved by this patch.