Active
Project:
Responsive Image Debugger
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Mar 2025 at 00:47 UTC
Updated:
24 Apr 2025 at 14:30 UTC
Jump to comment: Most recent
On some environemnt watermark effect from image_effects module does not work. This might need more investigation, but it might be environment specific.
Add GD based information overlay, without using image_effects.
Add config interface to chosee between which tool to use for watermark.
Comments
Comment #2
warwickshaw commentedEdit
src/Entity/ImageStyle.phpAdd the missing getName() method.
Comment #3
dstorozhuk@warwickshaw have you tried with fresh Drupla? I think this method can come from override from another class. For example imageapi_optimize also override the same class and expect it own method. It is good to know with which particular modules debugger is conflicting so we can fix that.
As an option need to think if it is possible to add magic methods for missing methods.